]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
(edit): -e option: inline editing.
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "1.7.6"
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     }}
18 %% new-chords-done %%