]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / easy-notation.ly
index fc5a8f6a84c8c0c06951ddb8125b0243521775f4..954dddbe6436f705e2ef60b37f4338432129f446 100644 (file)
@@ -1,8 +1,14 @@
+\version "2.1.7"
+
 \header {
-texidoc  = " Ez-notation prints names in note heads."
+texidoc  = " Ez-notation prints names in note heads.
+You also get ledger lines, of course."
 }
 
 \score {
-        \notes { c'2 e'4 f' | g'1 }
-        \paper { \translator { \EasyNotation } } 
+        \notes { c'2 e'4 f' | g'1 b8 }
+        \paper { \translator { \EasyNotation }
+                raggedright = ##t
+            } 
 }
+