]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/pitches/forced-and-cautionary-accidentals.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / pitches / forced-and-cautionary-accidentals.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5  Normally accidentals are printed automatically, but you may also print
6 them manually. A reminder accidental can be forced by adding an
7 exclamation mark ! after the pitch. A cautionary accidental (i.e., an
8 accidental within parentheses) can be obtained by adding the question
9 mark `?' after the pitch.
10
11
12
13 Cautionary accidentals may be made smaller, or placed inside
14 parentheses 
15 " }
16
17 {
18 cis' cis' cis'! cis'?
19
20     c''4
21     cis''?4
22     \once \override Staff.AccidentalCautionary #'font-size = #-2
23     cis''?4
24     \once \override Staff.AccidentalCautionary #'parenthesized = ##t
25     cis''?4
26 }