]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
c7ebadec805c83e0430d2800614dfaae8ed9bfcc
[lilypond.git] / input / regression / accidental.ly
1 \header{
2 texidoc="
3 Accidentals work: the second note does not get a sharp. The third and
4 fourth show forced and courtesy accidentals.
5 ";
6 }
7
8 foo = \notes\relative c''   {   \key as \major; dis4 dis dis! dis? }
9
10 \score {
11
12   < \foo 
13    \context NoteNames \foo
14   >
15 }