From: hanwen <hanwen> Date: Sun, 4 Jul 2004 12:17:56 +0000 (+0000) Subject: new file. X-Git-Tag: release/2.3.9^2~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca38941dc28e99c4b32916e91d21c71b8b6c2ae2;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' } + } +>>