]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-voice-only.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / beam-collision-voice-only.ly
index 82b5e979c9a20b0ba0754f562021f96634625901..a6bf7d878054737774c0ae965454aeb984957162 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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'! ]
 }