lilypond-user
[Top][All Lists]
Advanced

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

Re: Cue notes included in ambitus


From: Simon Albrecht
Subject: Re: Cue notes included in ambitus
Date: Mon, 23 Mar 2015 22:21:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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