]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
patch::: 1.4.2.jcn4
[lilypond.git] / input / regression / easy-notation.ly
index 348aff0cbe050f8bfb25239a73c8b44355043f42..42a6f8edabe9fc6533fd940b29c7ee76ca18a3b2 100644 (file)
@@ -1,13 +1,14 @@
 \version "1.3.146"
 
 \header {
-texidoc  = " Ez-notation prints names in note heads."
+texidoc  = " Ez-notation prints names in note heads.
+You also get ledger lines, of course."
 }
 
 \include "paper26.ly"
 \paper { \paperTwentysix }
 
 \score {
-        \notes { c'2 e'4 f' | g'1 }
+        \notes { c'2 e'4 f' | g'1 b8 }
         \paper { \translator { \EasyNotation } } 
 }