X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote.ly;h=e884adb3f384956c6aa52c34b886dfc3022c8bd2;hb=8dfb8cb1d1c7cdb47635ec49b7103194a447e2f9;hp=1f29585f3c06829f71ad84b682525c47e561c5e5;hpb=bf55449ed8708a5260b165f4c4da6f3dd49e69a5;p=lilypond.git diff --git a/input/regression/quote.ly b/input/regression/quote.ly index 1f29585f3c..e884adb3f3 100644 --- a/input/regression/quote.ly +++ b/input/regression/quote.ly @@ -3,20 +3,20 @@ texidoc = "With @code{\\quote}, fragments of previously entered music may be quoted. @code{quotedEventTypes} will determines what -things are quoted. In this example, a 16th rests is not quoted, since +things are quoted. In this example, a 16th rest is not quoted, since @code{rest-event} is not in @code{quotedEventTypes}." } -\version "2.11.10" +\version "2.19.21" \layout { ragged-right = ##t } -quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff c } +quoteMe = \relative { fis'4 r16 a8.-> b4-\ff c } \addQuote quoteMe \quoteMe -original = \relative c'' { c8 d s2 es8 gis8 } +original = \relative { c''8 d s2 es8 gis8 } << \new Staff { @@ -30,11 +30,12 @@ original = \relative c'' { c8 d s2 es8 gis8 } \new Staff \relative c'' << \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) - \original - \new Voice { + \new Voice {\voiceOne + \original } + \new Voice {\voiceTwo s4 \set fontSize = #-4 - \override Stem #'length-fraction = #(magstep -4) + \override Stem.length-fraction = #(magstep -4) \quoteDuring #"quoteMe" { \skip 2. } } >>