From: Han-Wen Nienhuys Date: Sun, 4 Jul 2004 12:17:56 +0000 (+0000) Subject: new file. X-Git-Tag: release/2.2.4~4^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ec80922794cdfc5c29b100da1a4c821a084dc3c;p=lilypond.git new file. --- diff --git a/input/test/volta-chord-names.ly b/input/test/volta-chord-names.ly new file mode 100644 index 0000000000..07ac7a626e --- /dev/null +++ b/input/test/volta-chord-names.ly @@ -0,0 +1,21 @@ +\header { + + texidoc = "Volta brackets can be placed over chord names. This +requires adding an engraver to @code{ChordNames}, and setting +@code{voltaOnThisStaff} correctly." + +} + +\version "2.2.3" +<< + \new ChordNames \with { + voltaOnThisStaff = ##t + } \chords { + c1 c + } + \new Staff \with { + voltaOnThisStaff = ##f + } { + \repeat volta 2 { c'1 } \alternative { c' } + } +>>