]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / easy-notation.ly
1 \version "2.1.36"
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