]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 870aacbfc2eee857d3e4eace341b573ed7c43920..73fe2f84f178bb303d4825559f0c264d4f037366 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.28"
+\version "2.19.21"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine \notes \relative c'' {
-       bes2(
+\new Staff
+    \partcombine  \relative {
+       bes'2(
         a4)
        }
-    \notes \relative c' {
-       r2 cis4
+     \relative {
+       r2 cis'4
     }
-}