]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-voice-only.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-voice-only.ly
index 82b5e979c9a20b0ba0754f562021f96634625901..b17cdbbaedc7ad2f04423377f456bc9528f16ee1 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.14.0"
+\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
+  \override Staff.Beam.collision-voice-only = ##t
   << { c,8[ s c ] } \\ { s8 c' s8 } >>
   c,[ des'! ]
 }