]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / easy-notation.ly
1 \version "2.11.51"
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
9 \layout {
10   ragged-right = ##t
11
12
13 \relative {
14   \easyHeadsOn
15   f1 e
16   f2 e
17   f4 e
18   
19   \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
20   c2 d4 e 
21 }
22