]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/just-friends.ly
release: 1.1.43
[lilypond.git] / input / just-friends.ly
index 8082c7b83e614f7b7bebdd92596cd2575f74d54f..74d87dff77b96869238496239a7c37b2c106ad88 100644 (file)
@@ -30,10 +30,10 @@ of a certain tune (Jazz, Real Book, for example), like
 %}
 
 \score{
-       \type ChordNames \chords{
+       \context ChordNames \chords{
                \property Score.chordInversion = 1
                \property Score.barAtLineStart = 1
-               \repeat 2 {
+               \repeat semi 2 {
                        f1-maj f-maj f-7 bes-7
                        c-maj c-maj es es
                        d-7 g-7 b2-7/fis e-7 a1-7\break
@@ -56,3 +56,5 @@ of a certain tune (Jazz, Real Book, for example), like
                }
        }
 }
+
+\version "1.0.18";