]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
* lily/side-position-interface.cc (general_side_position):
[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