]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Making flat flags available
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 811c35d866bd8f45e41137a9eaf2037f3e2996e4..1b98aac6ba6509b8f44200b5fa8abfdc588dd422 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.36"
+\version "2.16.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine \notes \relative c'' {
+\new Staff
+    \partcombine  \relative c'' {
        bes2(
         a4)
        }
-    \notes \relative c' {
+     \relative c' {
        r2 cis4
     }
-}