]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/score-text.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / score-text.ly
index ed0a02a17a26795f2a2bb1a893cab843908dbcae..05b8ec17693cb4934fd00278bac725491385ecc8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.16.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
+}