]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-double.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / accidental-double.ly
1 \version "2.1.26"
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 { \notes \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     \paper { raggedright= ##t }
16          
17 }
18
19
20