]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hymn.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / hymn.ly
index 24955c0eec3a30d7a75f2e48b7de19c49fdbe090..af9c86a92699c708f0a75263f04ebd6b9ae3a1be 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.30"
+\version "2.3.4"
 
 \header { texidoc = "
 
@@ -13,12 +13,12 @@ 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
@@ -27,7 +27,7 @@ texts, so they should be switched off.
        \paper{
                linewidth=140.\mm
                \context {
-                       \VoiceContext
+                       \Voice
                        soloADue = ##f
                }
        }