]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / easy-notation.ly
1
2 \header {
3 texidoc  = " Ez-notation prints names in note heads.";
4 }
5
6 \include "paper26.ly";
7 \paper { \paperTwentysix }
8
9 \score {
10         \notes { c'2 e'4 f' | g'1 }
11         \paper { \translator { \EasyNotation } } 
12 }