]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 47277f164f5f954913744d75aea2e74b29af6acd..64949c23aff234f05cda05c908e6aacf444efcd3 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.8"
+\version "2.14.0"
 
 
 \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,18 +19,10 @@ chs = \notes
 }
 
 
-\score{
-    <<
-       \context ChordNames {
-%      #(set-chord-name-style 'ignatzek)
-       \chs
-    }
-       \context Staff \notes \transpose c c' { \chs }
-    >>
-    \paper{
-       \translator { 
-           \ChordNamesContext
-           ChordName \override #'word-space = #1 
-       }
-    }
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>