lilypond-user
[Top][All Lists]
Advanced

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

Cue notes included in ambitus


From: Patrick Karl
Subject: Cue notes included in ambitus
Date: Mon, 23 Mar 2015 09:36:51 -0500

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.

reply via email to

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