]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "2.12.0"
2 \header {
3
4 texidoc = "Cautionary accidentals may be 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 #'parenthesized = ##f
17     \once \override Staff.AccidentalCautionary #'font-size = #-2
18     cis''?4
19     \once \override Staff.AccidentalCautionary #'parenthesized = ##t
20     cis''?4
21 }
22