]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation-accidentals.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / easy-notation-accidentals.ly
1 \version "2.14.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 }