]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
patch::: 1.4.2.jcn4
[lilypond.git] / input / regression / easy-notation.ly
1 \version "1.3.146"
2
3 \header {
4 texidoc  = " Ez-notation prints names in note heads.
5 You also get ledger lines, of course."
6 }
7
8 \include "paper26.ly"
9 \paper { \paperTwentysix }
10
11 \score {
12         \notes { c'2 e'4 f' | g'1 b8 }
13         \paper { \translator { \EasyNotation } } 
14 }