]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
*** empty log message ***
[lilypond.git] / input / regression / easy-notation.ly
1 \version "1.7.6"
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                  linewidth = -1. 
15              } 
16 }
17 %% new-chords-done %%