]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Doc-es: various updates.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index b5b6634f3e2f1dbecf563bdee7b15467398d4180..ac1d5f263ade36b96323c4a0c919af10368a99bf 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.30"
+\version "2.19.22"
 
 
 \header {
 texidoc = "Jazz chords may have unusual combinations."
 }
 
-chs = \notes 
+chs =  
 {
 <c d  f g>1
 <c d  e f g>1
@@ -13,18 +13,22 @@ chs = \notes
 <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 gis>1
+<c es ges>1
+<c es ges bes>1
+<c es ges beses>1
 <c e g bes c'  d' e'>1
 <c e g a bes>1
 <c e g a d'>1
+<c e g b fis'>1
+<c e g bes des' ees' fis' aes'>1
 }
 
 
-\score{
-    <<
-       \context ChordNames {
-%      #(set-chord-name-style 'ignatzek)
-       \chs
-    }
-       \context Staff \notes \transpose c c' { \chs }
-    >>
-}
+<<
+  \new ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \new Staff  \transpose c c' { \chs }
+>>