]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-beamcount.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / beam-collision-beamcount.ly
index 3e852029b96d9158405585f109ce5f64a94f3376..3a663558da25038ebd91a82a6eb96fe140f00660 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "Manual beams do not collide with notes."
 }
   <<
     \new Voice {
       \voiceOne
-      \repeat unfold 4 { c8[ c] }
+      \repeat unfold 4 { c'8[ c] }
     }
-    \new Voice \relative c'' {
+    \new Voice \relative {
       \voiceThree
       \autoBeamOff
-      b r a r
+      b' r a r
       g r f r
     } 
   >>
       \voiceOne
       \repeat unfold 4 { c16[ c] }
     }
-    \new Voice \relative c'' {
+    \new Voice \relative {
       \voiceThree
       \autoBeamOff
-      b r a r
+      b' r a r
       g r f r
     } 
   >>