lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\transpose and \quoteDuring


From: caagr98
Subject: \transpose and \quoteDuring
Date: Mon, 17 Apr 2017 17:49:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

It appears \transpose has no effect on \quoteDuring. \transposition can be abused to fix it, but that doesn't affect midi playback. How can I work around this?

```
\version "2.18.2"

foo = {c' d' e' f'}
\addQuote foo \foo
<<
  \new Staff \quoteDuring foo s1
  \new Staff \transpose c c' \quoteDuring foo s1
  \new Staff \foo
  \new Staff \transpose c c' \foo
>>
```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]