]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
Merge with master
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "2.11.5"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 parentheses (default) or smaller accidentals.
6
7 "
8
9 }
10
11 \layout { ragged-right = ##t }
12
13 {
14     c''4
15     cis''?4
16     \once \override Staff.AccidentalCautionary #'font-size = #-2
17     cis''?4
18     \once \override Staff.AccidentalCautionary #'parenthesized = ##t
19     cis''?4
20 }
21