]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
*** empty log message ***
[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 \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