]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
* lily/note-head.cc (brew_ez_stencil): read vector note-names to
[lilypond.git] / input / regression / easy-notation.ly
1 \version "2.1.30"
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 \score {
9     \notes {
10         \setEasyHeads
11         c'2 g'2 | g'1 
12         \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
13         c'2 e'4 f' | b'1
14     }
15     \paper {
16         raggedright = ##t
17     } 
18 }
19