X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cue-during.ly;h=4d7424d755f26de05013326d24e3f3b79a1ea7f1;hb=ea21cfa09e83d27b197e3ce6d86da16953fbb593;hp=8e7d0032a737322f1c88261769ae14a78809d4b3;hpb=56efe0dc2799eaa46a9dfcec593c1ac3aeef7161;p=lilypond.git diff --git a/input/regression/quote-cue-during.ly b/input/regression/quote-cue-during.ly index 8e7d0032a7..4d7424d755 100644 --- a/input/regression/quote-cue-during.ly +++ b/input/regression/quote-cue-during.ly @@ -3,7 +3,7 @@ texidoc = " The @code{cueDuring} form of quotation will set stem directions on both quoted and main voice, and deliver the quoted voice -in the @code{cue} @code{Voice}. The music function @code{\killCues} +in the @code{cue} @code{Voice}. The music function @code{\\killCues} can remove all cue notes. Spanners run to the end of a cue section, and are not started on the @@ -11,14 +11,14 @@ last note." } -\version "2.5.0" +\version "2.12.0" \layout { - raggedright = ##t + ragged-right = ##t } quoteMe = \relative c' { fis4 r16 a8.-> b4(-\ff~ b16 c8. b) } -\addquote quoteMe \quoteMe +\addQuote quoteMe \quoteMe original = \relative c'' { c8 d @@ -34,15 +34,15 @@ cueStaff = \relative c'' << << \new Staff { - \set Staff.instrument = "quoteMe" + \set Staff.instrumentName = "quoteMe" \quoteMe } \new Staff { - \set Staff.instrument = "orig (killCues)" + \set Staff.instrumentName = "orig (killCues)" \killCues \original } \new Staff { - \set Staff.instrument = "orig+quote" + \set Staff.instrumentName = "orig+quote" \cueStaff } >>