]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-voice-only.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-collision-voice-only.ly
index a6bf7d878054737774c0ae965454aeb984957162..b17cdbbaedc7ad2f04423377f456bc9528f16ee1 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.17.6"
+\version "2.19.21"
 \header {
   texidoc = "Beam collision can be tweaked to only apply to the grobs
 within the beam's original voice."
 }
 
-\relative c' {
+\relative {
   \time 5/4
-  << { c8[ s c ] } \\ { s8 c' s8 } >>
+  << { c'8[ s c ] } \\ { s8 c' s8 } >>
   c,[ des' ]
   \override Staff.Beam.collision-voice-only = ##t
   << { c,8[ s c ] } \\ { s8 c' s8 } >>