]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 84eaac398b095f54f33187bd631ca85848f437eb..55062c45eb06c58443b1baa564adc9f91dcd8aab 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.2.0"
+\version "2.3.4"
 
 
 \header {
 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 }
     >>
 }