]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hymn.ly
LSR: adding new files.
[lilypond.git] / input / test / hymn.ly
index 50734d39fbe6d4973c089b67e0dd5467304405c7..a16739b846d9d8295719ef0d1b2b4bddaba1d3b5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.10.0"
 
 \header { texidoc = "
 
@@ -13,22 +13,22 @@ texts, so they should be switched off.
        \context Staff <<
                \time 4/4
                \partcombine 
-                       \notes\relative c'' {
+                       \relative c'' {
                                a4 c4.(g8) a4 |
                                g4 e' g(f) | 
                                b, a c2
                        }
-                       \notes\relative c'' {
+                       \relative c'' {
                                g4 e4.(d8) c4 |
                                g'4 c, e(f) |
                                d2 a
                        }
        >>
-       \paper{
-               linewidth=140.\mm
+       \layout{
+               line-width=140.\mm
                \context {
-                       \VoiceContext
-                       soloADue = ##f
+                       \Voice
+                       printPartCombineTexts = ##f
                }
        }
 }