]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index a57ef63149a598f2161f78632c26438895a60cda..120c6a421c4f4961b443958809eff781c42a930f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.10.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 }
+>>