]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-a2.ly
(print): always start from right edge of
[lilypond.git] / input / regression / part-combine-a2.ly
index ad91a0b26f20020f6e3939cef0367430de9eb998..16a8ff4af4b5f0df0c69f2727b8cd4dcf08dbc11 100644 (file)
@@ -1,16 +1,17 @@
 
+\version "2.3.4"
 \header {
-    texidoc ="The a2 string is only printed on notes, not on rests,
+    texidoc ="The a2 string is printed only on notes (i.e. not on rests),
 and only after chords, solo or polyphony."
     }
 
-vone = \notes \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
+vone =  \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
                         }
-vtwo = \notes \relative a' { R1*2 g2 r2 g2 r2 f4 r4 g }
+vtwo =  \relative a' { R1*2 g2 r2 g2 r2 f4 r4 g }
 
 \score {
-    << \property Score.skipBars = ##t 
-   \newpartcombine \vone \vtwo
+    << \set Score.skipBars = ##t 
+   \partcombine \vone \vtwo
        >>
 }