]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / accidental.ly
1 \version "1.7.18"
2
3 \header{
4 texidoc="
5 Accidentals work: the second note does not get a sharp. The third and
6 fourth show forced and courtesy accidentals.
7 "
8 }
9
10 foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
11
12 \score {
13   < \foo 
14    \context NoteNames \foo
15   >
16 }