X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fambitus-cue.ly;h=75e4d97c6b929c6e27f9fa95bcc9fbd09ccae6b2;hb=0398fdb9df24ac2e22a8cbff1b3c18ca04e9f221;hp=83b10e3ac73b6a09e475118dd21ac6df1a7762dc;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/ambitus-cue.ly b/input/regression/ambitus-cue.ly index 83b10e3ac7..75e4d97c6b 100644 --- a/input/regression/ambitus-cue.ly +++ b/input/regression/ambitus-cue.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\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 c { 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" } }