X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=d17d80d4c50b700fb25409b42a60b77eef2cf40e;hb=086cfb9aebcd5a68cc5186a0103aa270037f0570;hp=7d51fccc90ced411628f7e005167fb67fd7225f6;hpb=728e41a1741382885396935663e35f9dceaf1d49;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 7d51fccc90..d17d80d4c5 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -8,29 +8,29 @@ quoted. In this example, a 16th rests is not quoted, since @code{rest-event} is not in @code{quotedEventTypes}." } -\version "2.4.0" +\version "2.11.10" \layout { - raggedright = ##t + ragged-right = ##t } -quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff } +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 { s4 \quoteDuring #"quoteMe" { s2. } }