]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index bc7ddc62e5ab56576b7ffadadd08180e1d8a1895..b450dfcb7e020dafcb36b17d4535d8ba88d1d77b 100644 (file)
@@ -1,36 +1,34 @@
-\version "1.9.0"
+\version "2.16.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
-<<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 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 }
-    >
-    \paper{
-       \translator { 
-           \ChordNamesContext
-           ChordName \override #'word-space = #1 
-       }
-    }
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>