]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/easy-notation.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / easy-notation.ly
1 \version "2.1.26"
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 { \translator { \EasyNotation }
11                  raggedright = ##t
12              } 
13 }
14