]> git.donarmstrong.com Git - lilypond.git/blob - input/test/accidental.ly
89aafb10e982752b0dc899bce7de4d0a7b87a73c
[lilypond.git] / input / test / accidental.ly
1
2 foo = \notes\relative c''   { cis4 cis cis! cis? }
3 \score {
4
5   <\foo 
6         \context NoteNames \foo
7 >
8 }