From d0972f367bc57b6cc349174f62bf23d25d10b957 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 4 Jul 2004 12:17:56 +0000 Subject: [PATCH] new file. --- input/test/volta-chord-names.ly | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 input/test/volta-chord-names.ly 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' } + } +>> -- 2.11.4.GIT