]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/score-text.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / score-text.ly
index fa9c2e53c5b839f4875c2999a7b630fcd1cf45ec..c482bd7a6a695195a6d638003c76b9c11849900a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.19.21"
 
 \header {
 
@@ -10,7 +10,7 @@
     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" }
@@ -19,7 +19,7 @@
        <<
            \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
+}