]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/fill-a4.ly
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
[lilypond.git] / input / test / fill-a4.ly
index f76f82427988b68281b92c7ca19e87c38bc3fb53..89860373012ac0b78f9d48773cbc9a4c796f8f33 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.3.146"
+\version "2.1.30"
+%possible rename to paper-fill-a4.ly -gp
+% candidate for reg -gp
+% Han says no, but keeping this comment temporarily so that I don't
+% forget and nominate it for reg again.  :)  -gp
 
-%
 % test file to get a4 paper really filled,
 % without having to resort to the ever-ugly oversizing hack:
 %
 %   `textheight = 310.0\mm'
 %
-% process this file with ly2dvi, and make sure footskip/headsep are set
+% process this file with lilypond, and make sure footskip/headsep are set
 % at a reasonably (small) value.  -- jcn
 %
-\header{
-tagline="Ligly"
+\header{ texidoc="@cindex Paper a4 Fill
+This should fill a4 paper. "
 }
-\include "paper13.ly"
+
+#(set-global-staff-size 13)
+
 \score{
        \context Voice \notes\relative c'{
                \clef alto
@@ -31,9 +36,10 @@ tagline="Ligly"
                textheight = 297.0\mm - 7.0\mm
                papersize = "a4"
                linewidth = 15.0\mm
-               \translator {
+               \context {
                        \StaffContext
-                       MinimumVerticalExtent = #(cons 0 0)
+                       minimumVerticalExtent = #(cons 0 0)
                }
        }
 }
+