]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / accidental-double.ly
1 \version "1.7.16"
2 \header {
3         texidoc = "If two forced accidentals happen at the same time, only one
4         sharp sign is printed."
5 }
6
7
8 \score { \notes \transpose c c'
9    \context Staff <
10      \key g \major
11      \context Voice=va { \stemUp c' fis! }
12      \context Voice=vb { \stemDown c fis! }
13    >
14 }
15
16
17 %% new-chords-done %%