X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=aa14aef30cac9d70ff11833b7512ff22e4436150;hb=901c1171045a0507b12c0b17eb1a22e1f5ca5f8e;hp=3abc0eb6338a989b33136cde65e3b9fc56356106;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 3abc0eb633..aa14aef30c 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -32,9 +32,9 @@ original = \relative c'' { c8 d s2 es8 gis8 } \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) - \new Voice { + \new Voice {\voiceOne \override Voice . Beam #'collision-voice-only = ##t \original } - { s4 \quoteDuring #"quoteMe" { s2. } } + \new Voice {\voiceTwo s4 \quoteDuring #"quoteMe" { s2. } } >> >>