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