]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / accidental.ly
1
2 \version "2.12.0"
3
4 \header{
5   texidoc="
6 Accidentals work: the second note does not get a sharp. The third and
7 fourth show forced and courtesy accidentals.
8 "
9 }
10
11 \layout { ragged-right = ##t }
12
13 foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
14
15 << \foo 
16    \context NoteNames \foo
17  >>