]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / accidental.ly
1
2 \version "1.9.1"
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 foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
12
13 \score {
14   < \foo 
15    \context NoteNames \foo
16   >
17 }