]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/chart.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / ly-examples / chart.ly
index e2b5756110c3b44ca4fe0c4de134e2c2042ca7b8..f815744705c3847c6ea93e1fbabd8f72c65f8bfd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 \include "example-header.ily"
 
 \include "predefined-guitar-fretboards.ly"
@@ -12,9 +12,9 @@ global = {
   \numericTimeSignature
 }
 
-melody = \relative c' {
+melody = \relative {
   \global
-  d4
+  d'4
   g4 b8( a) g4 fis
   e e e e
   a c8( b) a4 g
@@ -27,8 +27,8 @@ harmonies = \chordmode {
 }
 
 text = \lyricmode {
-  My eyes are dim, I can -- not see,
-  I have not brought my specs with me!
+  My eyes are __ dim, I can -- not see,
+  I have not __ brought my specs with me!
 }
 
 \score {