]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index a57ef63149a598f2161f78632c26438895a60cda..b450dfcb7e020dafcb36b17d4535d8ba88d1d77b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.16.0"
 
 
 \header {
@@ -13,18 +13,22 @@ chs =
 <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  \transpose c c' { \chs }
-    >>
-}
+<<
+  \context ChordNames {
+    %% #(set-chord-name-style 'ignatzek)
+    \chs
+  }
+  \context Staff  \transpose c c' { \chs }
+>>