X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=43e855dad9d98f199bef6e91add7d4d07f5c305e;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=6803c3771e9b792220c1558f005a258a1a19ad28;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 6803c3771e..43e855dad9 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -8,7 +8,7 @@ quoted. In this example, a 16th rests is not quoted, since @code{rest-event} is not in @code{quotedEventTypes}." } -\version "2.9.13" +\version "2.7.39" \layout { ragged-right = ##t } @@ -21,16 +21,16 @@ original = \relative c'' { c8 d s2 es8 gis8 } << \new Staff { - \set Staff.instrumentName = "quoteMe" + \set Staff.instrument = "quoteMe" \quoteMe } \new Staff { - \set Staff.instrumentName = "orig" + \set Staff.instrument = "orig" \original } \new Staff \relative c'' << - \set Staff.instrumentName = "orig+quote" + \set Staff.instrument = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) \original { s4 \quoteDuring #"quoteMe" { s2. } }