]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pc-switch-slur.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / pc-switch-slur.ly
index 065761c0d04fe5a178ec09ef1c266f875432d98d..07ffc549998c65721e50fcf663dc4ef6342e316c 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "1.9.1"
 \header{
 texidoc="The partcombiner should not combine two small slurs into a big one."
 }
@@ -9,12 +10,12 @@ texidoc="The partcombiner should not combine two small slurs into a big one."
                \context Voice=two\skip 1
                \context Voice=one \partcombine Voice
                        \context Thread=one \notes\relative c'' {
-                               c4( c b )a 
-                               a( b c )d
+                               c4( c b  a) 
+                               a( b c  d)
                        }
                        \context Thread=two \notes\relative c'' {
-                               a4( c b )a
-                               a( b c )a
+                               a4( c b  a)
+                               a( b c  a)
                                
                        }
        >
@@ -24,3 +25,4 @@ texidoc="The partcombiner should not combine two small slurs into a big one."
 }
 
 
+