]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
*** empty log message ***
[lilypond.git] / input / regression / part-combine.ly
index 43269c64233bbe25fd85bbcc0c144b8ae3e8c95f..b1c52a68b7d52608897f05ce0dc2a6bd3c18d5ac 100644 (file)
@@ -1,26 +1,28 @@
 
 \header {
-    texidoc ="The new part combiner stays apart from:
+  texidoc ="The new part combiner stays apart from:
 @itemize @bullet
 @item different durations,
 @item different articulations (taking into account only slur/beam/tie), and
 @item wide pitch ranges.
 @end itemize
 "
-    }
+}
 
 \version "2.6.0"
 
-vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
-                            c2. c4   c
-                        }
-vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
-                            f4 f2. ~ f4
+vone =  \relative a' {
+  g2 g    g  g4 g f' c c( c) c c  c ~ c
+  c2. c4   c
+}
+vtwo =  \relative a' {
+  f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
+  f4 f2. ~ f4
+}
+
 
-                        }
+\partcombine \vone \vtwo
+
+\layout { raggedright = ##t } 
 
-\score {
-   \partcombine \vone \vtwo
-   \layout { raggedright = ##t } 
-}