]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-cue.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ambitus-cue.ly
index 6bb87b9ba38c549cad9188a67eca83d8d0ffca50..75e4d97c6b929c6e27f9fa95bcc9fbd09ccae6b2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.2"
+\version "2.19.21"
 
 \header {
   texidoc = "Ambitus for pieces beginning with @code{\\cueDuringWithClef}.
@@ -8,10 +8,13 @@ a cue is frequently in a different clef, so the
 @code{\\cueDuringWithClef} command is handy.  Using this command at
 the beginning of a piece should leave the ambitus displayed based
 on the main clef.
+
+An @code{Ambitus_engraver} should ignore notes in @code{CueVoice}
+contexts.
 "
 }
 
-\addQuote "other" \relative { r4 c e g }
+\addQuote "other" \relative { r4 c e g }
 
 \new Staff \new Voice \relative c'
 {
@@ -21,7 +24,7 @@ on the main clef.
 
 \layout {
  \context {
-   \Voice
+   \Staff
    \consists "Ambitus_engraver"
  }
 }