]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
*** empty log message ***
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 982a7693260b54ae4809c158ad322882a8a20123..a9971b7ce0315c5e8a2b172b7580516fed2db13d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.7.13"
 
 
 \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 }
+>>