]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 84eaac398b095f54f33187bd631ca85848f437eb..076955544ba1aa9feba1baf49cdd4615c4b5ed1b 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.2.0"
+\version "2.11.51"
 
 
 \header {
 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 }
+>>