]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index b70d189775cf0e96d59ab7b6de295322911ac546..cab11c23683078e51932d0759b86453ac395a9c9 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.22"
+\version "2.6.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
@@ -25,6 +25,6 @@ chs = \notes
 %      #(set-chord-name-style 'ignatzek)
        \chs
     }
-       \context Staff \notes \transpose c c' { \chs }
+       \context Staff  \transpose c c' { \chs }
     >>
 }