X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fquote-during.ly;h=e270c37e68116cea20d2ec978e7c538082b2eeba;hb=8daf5df7cb4ebb293518019c9d30550bad6fa493;hp=6803c3771e9b792220c1558f005a258a1a19ad28;hpb=51e809e632a6edafd5e81b24208632664a91b176;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 6803c3771e..e270c37e68 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -4,20 +4,20 @@ texidoc = "With @code{\\cueDuring} and @code{\\quoteDuring}, 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 +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.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 } +\addQuote quoteMe \quoteMe +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. } } >> >>