]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hymn.ly
* scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
[lilypond.git] / input / test / hymn.ly
index 0abe5e432c0ed92166fed04c00d3fef29e207088..e029635392d632dec659ed20127a22e85064a688 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.7.39"
 
 \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
-               \translator {
-                       \VoiceContext
-                       soloADue = ##f
+       \layout{
+               line-width=140.\mm
+               \context {
+                       \Voice
+                       printPartCombineTexts = ##f
                }
        }
 }