]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
0338f358fbf6e7e802d8061f80f3f881525dff6c
[lilypond.git] / input / regression / accidental-double.ly
1 \version "2.6.0"
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 {  \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     \layout { raggedright= ##t }
16          
17 }
18
19
20