]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Hymns/ode.ly
release: 1.3.118
[lilypond.git] / mutopia / Hymns / ode.ly
index fe5a5015df2fd6b5ff77852148fdc2cea76de781..c9b6ab6eadbe61e3c70cafea6ef57b7f8b5a1f71 100644 (file)
@@ -7,7 +7,7 @@
   metre = "8 7 8 7 D";
 }
 
-\version "1.3.110";
+\version "1.3.117";
 
 sop=\notes \relative c'' {
        b4 b c d | d c b a | g g a b | b4. a8 a2 |
@@ -48,7 +48,7 @@ global=\notes{
        \skip 1*4; \bar "|.";
 }
 
-$upper_staff = \context Staff = upper \notes {
+upperStaff =  \context Staff = upper \notes {
        \clef "G";
        \context Staff <
            \global
@@ -57,7 +57,7 @@ $upper_staff = \context Staff = upper \notes {
        >
 }
 
-$lower_staff = \context Staff = lower \notes {
+lowerStaff =  \context Staff = lower \notes {
        \clef "F";
        \context Staff <
            \global
@@ -68,8 +68,8 @@ $lower_staff = \context Staff = lower \notes {
 
 \score{
        <
-               \$upper_staff
-               \$lower_staff
+               \upperStaff
+               \lowerStaff
        >
        \paper {
        }