]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-during.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / quote-during.ly
index 225bf6ebdda1899a852d48d470c6bd2de35c9dfd..1f25719d090caecfe125a0ce84588ec17384e989 100644 (file)
@@ -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.12.0"
+\version "2.16.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. } }
     >>
 >>