]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hymn.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / test / hymn.ly
index 730be3ed544982f4144f13cce850c684e8853a9a..67c3ea22695bfbd7b7d35675f0e9c44d60f432e8 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "2.3.2"
 
 \header { texidoc = "
 
@@ -10,24 +10,24 @@ texts, so they should be switched off.
 " }
 
 \score{
-       \context Staff <
+       \context Staff <<
                \time 4/4
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
+               \partcombine 
+                       \notes\relative c'' {
                                a4 c4.(g8) a4 |
                                g4 e' g(f) | 
                                b, a c2
                        }
-                       \context Thread=two \notes\relative c'' {
+                       \notes\relative c'' {
                                g4 e4.(d8) c4 |
                                g'4 c, e(f) |
                                d2 a
                        }
-       >
+       >>
        \paper{
                linewidth=140.\mm
-               \translator {
-                       \VoiceContext
+               \context {
+                       \Voice
                        soloADue = ##f
                }
        }