]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/just-friends.ly
release: 1.3.141
[lilypond.git] / input / just-friends.ly
index 9d704f3a9e09dc9e43ba88f98d643a06bbbc044d..e73326463fbf8cbe7c5cfb26f44a9ce15b410c4f 100644 (file)
@@ -32,7 +32,7 @@ of a certain tune (Jazz, Real Book, for example), like
 \score{
        \context ChordNames \chords{
                \property Score.barAtLineStart = 1
-               \repeat semi 2 {
+               \repeat volta 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
@@ -49,9 +49,9 @@ of a certain tune (Jazz, Real Book, for example), like
                linewidth = 100.0\mm;
                \translator{
                        \ChordNamesContext
-                       barAuto = "1";
+                       barNonAuto = ##f;
                        \consists Bar_engraver;
-                       \consists "Repeat_engraver";
+                       \consists "Volta_engraver";
                }
        }
 }