]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 7378ff9f482dfaee6f5f0dc66ff43f92a4ee9ff3..80aba75f298241646e609417ab41660c07f9f199 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.4"
+\version "2.3.17"
 
 
 \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
@@ -25,12 +25,6 @@ chs = \notes
 %      #(set-chord-name-style 'ignatzek)
        \chs
     }
-       \context Staff \notes \transpose c c' { \chs }
+       \context Staff  \transpose c c' { \chs }
     >>
-    \paper{
-       \translator { 
-           \ChordNamesContext
-           ChordName \override #'word-space = #1 
-       }
-    }
 }