]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
d307932f480d40335eea59728244e9bfb8d6620b
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "2.1.26"
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     \override Staff.Accidental  #'cautionary-style = #'smaller
16     cis''?4
17     \override Staff.Accidental  #'cautionary-style = #'parentheses
18     cis''?4
19     }
20
21 \paper { raggedright = ##t }
22 }
23