]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
don't set callback if staff-position set. Fixes #126.
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index 55062c45eb06c58443b1baa564adc9f91dcd8aab..77e20e8eebf0b8033236877509325d647695b19b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.7.39"
 
 
 \header {
@@ -19,12 +19,10 @@ chs =
 }
 
 
-\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 }
+>>