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