]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "1.7.16"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 parentheses (default) or smaller accidentals.
6
7 "
8
9 }
10
11 \score {
12     \notes {
13     c''4
14     cis''?4
15     \property Staff.Accidental \set #'cautionary-style = #'smaller
16     cis''?4
17     \property Staff.Accidental \set #'cautionary-style = #'parentheses
18     cis''?4
19     }}
20 %% new-chords-done %%