]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation-accidentals.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / easy-notation-accidentals.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 Accidentals are positioned correctly when using Easy notation.
6 "
7 }
8
9 \relative c' {
10   \easyHeadsOn
11   c4 cis cisis2
12   e4 ees eeses2
13 }