]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 1725812698d7ad6de5556f8bdc0c7748dfcb773d..7cda44e612ee7592d079aed558ca52801226a6e8 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.7"
+\version "2.14.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
@@ -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 }
-    >>
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>