]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
release: 1.3.146
[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 }
6
7 \include "paper26.ly"
8 \paper { \paperTwentysix }
9
10 \score {
11         \notes { c'2 e'4 f' | g'1 }
12         \paper { \translator { \EasyNotation } } 
13 }