]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index af85f60685a55a3d9abafa7fd60e5ebb632edd4b..076955544ba1aa9feba1baf49cdd4615c4b5ed1b 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.8"
+\version "2.11.51"
 
 
 \header {
-texidoc = "Jazz chords, unusual combinations."
+texidoc = "Jazz chords may have unusual combinations."
 }
 
-chs = \notes 
+chs =  
 {
 <c d  f g>1
 <c d  e f g>1
@@ -19,12 +19,10 @@ chs = \notes
 }
 
 
-\score{
-    <<
-       \context ChordNames {
-%      #(set-chord-name-style 'ignatzek)
-       \chs
-    }
-       \context Staff \notes \transpose c c' { \chs }
-    >>
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>