]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 982a7693260b54ae4809c158ad322882a8a20123..b5349a3cfc8db0a57467dc6373bf2004111345d7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.12.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 }
+>>