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 b c
}
Bass = \relative g {
\clef bass
g,2 d'
}
\addQuote "Bass" \Bass
\score {
\new Staff { \music }
\layout { \context { \Staff \consists "Ambitus_engraver" } }
}
which produces the following printed output:
The ambitus clearly includes the cue notes. Since the purpose of the
ambitus is to allow performers to determine if the music matches their
capabilities, it doesn't seem that the cue notes should be included in
the ambitus determination since the performer won't be playing the cue
notes.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user