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