]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / easy-notation.ly
1 \version "2.17.6"
2
3 \header {
4     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
5 You also get ledger lines, of course."
6 }
7
8 \relative c' {
9   \easyHeadsOn
10   f1 e
11   f2 e
12   f4 e
13   
14   \override NoteHead.note-names = #'#("U" "V" "W" "X" "Y" "Z" "z")
15   c2 d4 e
16 }