X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fquote.ly;h=64a361e15ae2666cc722423b7fd46b7db78db993;hb=4210c89e8e1b2ac824b9e24be17b4cfbb191f43a;hp=8c4732520d780ef7ac8a2129c20468f47c91e80e;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/quote.ly b/input/regression/quote.ly index 8c4732520d..64a361e15a 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.7.39" +\version "2.11.10" \layout { ragged-right = ##t } @@ -15,20 +15,20 @@ 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 } << \new Staff { - \set Staff.instrument = "quoteMe" + \set Staff.instrumentName = "quoteMe" \quoteMe } \new Staff { - \set Staff.instrument = "orig" + \set Staff.instrumentName = "orig" \original } \new Staff \relative c'' << - \set Staff.instrument = "orig+quote" + \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) \original \new Voice {