]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-double.ly
1 \version "2.14.0"
2 \header {
3         texidoc = "If two forced accidentals happen at the same time, only one
4         sharp sign is printed."
5 }
6
7 \layout { ragged-right= ##t }
8
9 \transpose c c'
10 \context Staff <<
11   \key g \major
12   \new Voice { \stemUp c' fis! }
13   \new Voice { \stemDown c fis! }
14 >>
15
16
17
18
19