]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index b5b6634f3e2f1dbecf563bdee7b15467398d4180..b5349a3cfc8db0a57467dc6373bf2004111345d7 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.30"
+\version "2.12.0"
 
 
 \header {
 texidoc = "Jazz chords may have unusual combinations."
 }
 
-chs = \notes 
+chs =  
 {
 <c d  f g>1
 <c d  e f g>1
@@ -19,12 +19,10 @@ chs = \notes
 }
 
 
-\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 }
+>>