]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "2.3.22"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 parentheses (default) or smaller accidentals.
6
7 "
8
9 }
10
11 \layout { raggedright = ##t }
12
13 {
14     c''4
15     cis''?4
16     \override Staff.Accidental  #'cautionary-style = #'smaller
17     cis''?4
18     \override Staff.Accidental  #'cautionary-style = #'parentheses
19     cis''?4
20 }
21