1
2\version "2.19.21"
3
4\header{
5  texidoc="
6Accidentals work: the second note does not get a sharp. The third and
7fourth show forced and cautionary accidentals.
8"
9}
10
11\layout { ragged-right = ##t }
12
13foo = \relative   {   \key as \major dis''4 dis dis!^"force" dis? }
14
15<< \foo
16   \context NoteNames \foo
17 >>
18