X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=aa14aef30cac9d70ff11833b7512ff22e4436150;hb=1fbcdfde9bd883e77cbf8e334ec22ad366bbabf4;hp=f28219d99ade8dcf07b519f907c1a6fc668ee881;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index f28219d99a..aa14aef30c 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -8,7 +8,7 @@ quoted. In this example, a 16th rest is not quoted, since @code{rest-event} is not in @code{quotedEventTypes}." } -\version "2.11.51" +\version "2.14.0" \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. } } >> >>