]> git.donarmstrong.com Git - lilypond.git/commitdiff
Removed again, since input/test/volta-chord-names.ly presents
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 6 Jul 2004 10:45:32 +0000 (10:45 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 6 Jul 2004 10:45:32 +0000 (10:45 +0000)
another solution to the same problem.

input/test/chords-below-volta-bracket.ly [deleted file]

diff --git a/input/test/chords-below-volta-bracket.ly b/input/test/chords-below-volta-bracket.ly
deleted file mode 100644 (file)
index 65e733e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-\version "2.3.4"
-\header {
-
-    texidoc = "@cindex ChordNames repeats 
-To make the chord names appear below the brackets of the alternative
-endings of a repeat, move the Volta_engraver to the Score level.
-" }
-
-\score{
-   <<
-    \new ChordNames \chords{
-      \repeat volta 2 {
-        f1:maj f:7} \alternative{{bes:7}{c:maj}}
-    }
-    \new Staff \relative c'{
-      \repeat volta 2 { c4 d e f g a b c } \alternative{{g2 e }{c1}}
-    }
-  >>
-  \paper {
-    \context {
-      \Score
-      \consists "Volta_engraver"
-      \override VoltaBracket #'minimum-space = #0
-    }
-    \context {
-      \Staff
-      \remove "Volta_engraver"
-    }
-  }
-}
\ No newline at end of file