]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidentals-modern.ly
Fix #106 and problems with 'modern accidental style.
[lilypond.git] / input / regression / accidentals-modern.ly
1 \header {
2
3   texidoc = "In 'modern accidental style, the last note should
4 have an accidental sign. "
5   
6 }
7 \version "2.10.3"
8
9 \score {
10   \new Staff {
11     \relative c' {
12       #(set-accidental-style 'modern)
13       d4 dis'4 d,2^"this should have accidental"
14     }
15   }
16 }