]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
8b3b43b8d960f786c4b222f165d773e5baf96562
[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 { c'2 e'4 f' | g'1 b8 }
10         \paper { \context { \EasyNotation }
11                  raggedright = ##t
12              } 
13 }
14