Re: Cue notes included in ambitus

2015-03-23 Thread Simon Albrecht
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

Cue notes included in ambitus

2015-03-23 Thread 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 b c } Bass = \relative g { \clef bass g,2 d' } \addQuote "Bass" \Bass