]> 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 8f499e3683c60033311d08750fe3333fbfdfebed..3a663558da25038ebd91a82a6eb96fe140f00660 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.15"
+\version "2.19.21"
 \header {
   texidoc = "Manual beams do not collide with notes."
 }
@@ -8,17 +8,17 @@
   indent = #0.0
 }
 
-\relative c' \new Staff {
+\relative \new Staff {
 
   <<
     \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
     } 
   >>