]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Fix 380: Try to auto-detect cyclic references in header fields
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 376268205265d1d8742db43f647572919ccb3347..6d447b192cf7614854436c5416b10b5dbd14cb8a 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.30"
+\version "2.14.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
     }
-}