X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cue-during.ly;h=446c9629563d1d2cb7c15c552ad4b0421c2bf031;hb=df9fc0bd0d50943cdc48d4226009bd30c3e99fe4;hp=29363cb4cff5b31e28cf9cc90b308d1af0fc5205;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/quote-cue-during.ly b/input/regression/quote-cue-during.ly index 29363cb4cf..446c962956 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,17 +11,17 @@ last note." } -\version "2.6.0" +\version "2.19.21" \layout { - raggedright = ##t + ragged-right = ##t } -quoteMe = \relative c' { fis4 r16 a8.-> b4(-\ff~ b16 c8. b) } +quoteMe = \relative { fis'4 r16 a8.-> b4(-\ff~ b16 c8. b) } -\addquote quoteMe \quoteMe +\addQuote quoteMe \quoteMe -original = \relative c'' { - c8 d +original = \relative { + c''8 d \cueDuring #"quoteMe" #1 { r2 } es8 gis8 \cueDuring #"quoteMe" #1 { r4 } @@ -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 } >>