I forwarded this to ly-bug.
~ Simon
Am 23.03.2015 um 15:36 schrieb Patrick Karl:
Consider the following snippet:
\version "2.19.17"
music = \relative c'' {
\clef treble
\new CueVoice { \set instrumentCueName = "Bass" }
\cueDuringWithClef #"Bass" #DOWN #"bass"R1
g4 a
Consider the following snippet:
\version "2.19.17"
music = \relative c'' {
\clef treble
\new CueVoice { \set instrumentCueName = "Bass" }
\cueDuringWithClef #"Bass" #DOWN #"bass"R1
g4 a b c
}
Bass = \relative g {
\clef bass
g,2 d'
}
\addQuote "Bass" \Bass