]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental.ly
1
2 \version "2.16.0"
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 c''   {   \key as \major dis4 dis dis!^"force" dis? }
14
15 << \foo 
16    \context NoteNames \foo
17  >>