]> git.donarmstrong.com Git - lilypond.git/blob - input/test/accidental.ly
release: 1.3.68
[lilypond.git] / input / test / accidental.ly
1
2 foo = \notes\relative c''   {   \key as \major; dis4 dis dis! dis? }
3
4 \score {
5
6   < \foo 
7    \context NoteNames \foo
8   >
9 }