X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote.ly;h=ee26fc453f24bd9d9c03e1d43ac69708096841b7;hb=8a459d03defc8f6746d90147972f8debec9b04da;hp=4c56a0a30e7c631961d5bb32df4ad6ab7e0f3572;hpb=03fe1f18eb63347ed645a615f1bb5d83afdb2ae6;p=lilypond.git diff --git a/input/regression/quote.ly b/input/regression/quote.ly index 4c56a0a30e..ee26fc453f 100644 --- a/input/regression/quote.ly +++ b/input/regression/quote.ly @@ -3,11 +3,11 @@ 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.9.13" +\version "2.14.0" \layout { ragged-right = ##t } @@ -15,7 +15,7 @@ things are quoted. In this example, a 16th rests is not quoted, since quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff c } -\addquote quoteMe \quoteMe +\addQuote quoteMe \quoteMe original = \relative c'' { c8 d s2 es8 gis8 } << @@ -30,8 +30,9 @@ 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)