]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Hymns/ode.ly
release: 1.3.94
[lilypond.git] / mutopia / Hymns / ode.ly
index 24542cdbc6a0325eb2fcf15d867b15953437094c..add15886841b9d8e5ecb806a61d71b08d59848f9 100644 (file)
@@ -7,7 +7,7 @@
   metre = "8 7 8 7 D";
 }
 
-\version "1.1.52";
+\version "1.3.93";
 
 sop=\notes \relative c'' {
        b4 b c d | d c b a | g g a b | b4. a8 a2 |
@@ -41,7 +41,7 @@ bass= \notes \relative c' {
 global=\notes{
        \time 4/4;
        \property Staff.timeSignatureStyle="C"
-       \key G;
+       \key g \major;
        \skip 1*4; \bar "||";
        \skip 1*4; \bar "||";
        \skip 1*4; \bar "||";
@@ -52,8 +52,8 @@ $upper_staff = \context Staff = upper \notes {
        \clef "G";
        \context Staff <
            \global
-           {\voiceone \sop}
-           {\voicetwo \alto}
+           {\voiceOne \sop}
+           {\voiceTwo \alto}
        >
 }
 
@@ -61,8 +61,8 @@ $lower_staff = \context Staff = lower \notes {
        \clef "F";
        \context Staff <
            \global
-           {\voiceone \tenor}
-           {\voicetwo \bass }
+           {\voiceOne \tenor}
+           {\voiceTwo \bass }
        >
 }