]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
add \header to some input/test/ files.
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "1.5.68"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 smaller accidentals (default) or parentheses.
6
7 "
8
9 }
10
11 \score {
12     \notes {
13     c''4
14     cis''?4
15     \property Staff.Accidental \override #'style = #'parentheses
16     cis''?4
17     }}