]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 24363d7297789128280d8aafd7546970bc9bdf6b..076955544ba1aa9feba1baf49cdd4615c4b5ed1b 100644 (file)
@@ -1,36 +1,28 @@
-\version "1.7.23"
+\version "2.11.51"
 
 
 \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
-<<c d  e  g>>1
-<<c d es  g as>>1
-<<c d e f g bes d' f'>>1
-<<c d e f g bes c'  d' e'>>1
-<<c e g bes c'  d' e'>>1
-<<c e g a bes>>1
-<<c e g a d'>>1
+<c d  f g>1
+<c d  e f g>1
+<c d  e  g>1
+<c d es  g as>1
+<c d e f g bes d' f'>1
+<c d e f g bes c'  d' e'>1
+<c e g bes c'  d' e'>1
+<c e g a bes>1
+<c e g a d'>1
 }
 
 
-\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 }
+>>