X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=b84a83aa527a485facb3856f7ca12037f0e63030;hb=c39d188d28fdc84cef8cbaea7b8d6e2fb718c30f;hp=d17d80d4c50b700fb25409b42a60b77eef2cf40e;hpb=c30908097b83730d8d23f94d4174b2d83fa6a42d;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index d17d80d4c5..b84a83aa52 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -4,11 +4,11 @@ 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.11.10" +\version "2.17.6" \layout { ragged-right = ##t } @@ -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. } } >> >>