]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/score-text.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / score-text.ly
index b662217acd6d0df73367317de38dfcc36e68ecce..15cfbd175d8682ef849b6e02a3b742c915795ea8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.14.0"
 
 \header {
 
     line-width = #110
 }
 
-%% using Book and Score to get text in lilypond-book 
+%% using Book and Score to get text in lilypond-book
 \book {
     \markup {
        \fill-line { "High up above" }
     }
     \score {
        <<
-           \relative {
+           \relative {
                \clef bass
-               d,2 d c4 bes a2 \break
+               d2 d c4 bes a2 \break
                c2 c d4 f g2
            }
            \addlyrics {
@@ -51,4 +51,4 @@
            }
        }
     }
-}
\ No newline at end of file
+}