lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4333 in lilypond: Cue notes included in ambitus


From: lilypond
Subject: [Lilypond-auto] Issue 4333 in lilypond: Cue notes included in ambitus
Date: Sat, 28 Mar 2015 22:06:02 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4333 by address@hidden: 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



reply via email to

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