]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
Doc-es: various updates.
[lilypond.git] / input / regression / accidental.ly
1
2 \version "2.19.21"
3
4 \header{
5   texidoc="
6 Accidentals work: the second note does not get a sharp. The third and
7 fourth show forced and cautionary accidentals.
8 "
9 }
10
11 \layout { ragged-right = ##t }
12
13 foo = \relative   {   \key as \major dis''4 dis dis!^"force" dis? }
14
15 << \foo 
16    \context NoteNames \foo
17  >>