]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 55062c45eb06c58443b1baa564adc9f91dcd8aab..64949c23aff234f05cda05c908e6aacf444efcd3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.14.0"
 
 
 \header {
@@ -19,12 +19,10 @@ chs =
 }
 
 
-\score{
-    <<
-       \context ChordNames {
-%      #(set-chord-name-style 'ignatzek)
-       \chs
-    }
-       \context Staff  \transpose c c' { \chs }
-    >>
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>