X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=e270c37e68116cea20d2ec978e7c538082b2eeba;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=185dba65da56997f1cf9605627f0c64f79341dd3;hpb=26e6cd3cb8eba39896c88ab4050ce304ddcbcd24;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 185dba65da..e270c37e68 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -8,16 +8,16 @@ 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 { @@ -32,7 +32,9 @@ original = \relative c'' { c8 d s2 es8 gis8 } \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) - \original - { s4 \quoteDuring #"quoteMe" { s2. } } + \new Voice {\voiceOne + \override Voice.Beam.collision-voice-only = ##t + \original } + \new Voice {\voiceTwo s4 \quoteDuring #"quoteMe" { s2. } } >> >>