]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/preset-extent.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[lilypond.git] / input / test / preset-extent.ly
index c1e3c7359af25cb9130c271c7b26b035bed0e5c6..38d3437b33019c881a5305b2db3fea460b94733c 100644 (file)
@@ -1,9 +1,7 @@
-\version "1.5.68"
-\header {
-
-texidoc = "Grob extents may be hard coded using grob
-    properties.  This requires Grob::preset_extent () function.
-" 
+\version "1.7.18"
+\header { texidoc = "@cindex Preset Extent
+Grob extents may be hard coded using grob properties.  This
+requires Grob::preset_extent () function. " 
 }
 
 \score {
@@ -14,6 +12,7 @@ texidoc = "Grob extents may be hard coded using grob
        \property Lyrics . LyricText \set #'X-extent = #'(-10.0 . 10.0)
  bar baz
        }
-    \paper { linewidth = -1.0 }
+    \paper { raggedright = ##t}
 }
     
+%% new-chords-done %%