]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-voice-only.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-voice-only.ly
index cf675dfc05499d8be4087c810da5c4617cb17dc7..a6bf7d878054737774c0ae965454aeb984957162 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
   texidoc = "Beam collision can be tweaked to only apply to the grobs
 within the beam's original voice."
@@ -8,7 +8,7 @@ within the beam's original voice."
   \time 5/4
   << { c8[ 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'! ]
 }