]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-beamcount.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-collision-beamcount.ly
index 5ed29dee3f75d985cde292e2b52a1cb7fe2e046d..3a663558da25038ebd91a82a6eb96fe140f00660 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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
     } 
   >>