]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 55062c45eb06c58443b1baa564adc9f91dcd8aab..120c6a421c4f4961b443958809eff781c42a930f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\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 }
+>>