From 408cc05a82332637acd7aa028d6b547e26013850 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Tue, 6 Jul 2004 10:42:52 +0000 Subject: [PATCH] Removed again, since input/test/volta-chord-names.ly presents another solution to the same problem. --- input/test/chords-below-volta-bracket.ly | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 input/test/chords-below-volta-bracket.ly diff --git a/input/test/chords-below-volta-bracket.ly b/input/test/chords-below-volta-bracket.ly deleted file mode 100644 index 8db7df5ac0..0000000000 --- a/input/test/chords-below-volta-bracket.ly +++ /dev/null @@ -1,30 +0,0 @@ -\version "2.2.0" -\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 \notes \relative c'{ - \repeat volta 2 { c4 d e f g a b c } \alternative{{g2 e }{c1}} - } - >> - \paper { - \context { - \ScoreContext - \consists "Volta_engraver" - \override VoltaBracket #'minimum-space = #0 - } - \context { - \StaffContext - \remove "Volta_engraver" - } - } -} \ No newline at end of file -- 2.39.5