Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 4333 by [email protected]: Cue notes included in ambitus
https://code.google.com/p/lilypond/issues/detail?id=4333
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" }
}
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.
}
Attachments:
AmbitusBug.png 9.5 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings