]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
68fc320a5349a1fc9418f8688b15c428335b090b
[lilypond.git] / input / regression / accidental.ly
1
2 \version "2.1.26"
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 \paper { raggedright = ##t }
18 }