]> 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 fd1aa89ca91d2aa64255178153f40df3a7466fd2..89860373012ac0b78f9d48773cbc9a4c796f8f33 100644 (file)
@@ -1,21 +1,23 @@
-\version "1.7.18"
+\version "2.1.30"
 %possible rename to paper-fill-a4.ly -gp
-% candidate for regression -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{ texidoc="@cindex Paper a4 Fill
 This should fill a4 paper. "
-%tagline="Ligly"
 }
-\include "paper13.ly"
+
+#(set-global-staff-size 13)
+
 \score{
        \context Voice \notes\relative c'{
                \clef alto
@@ -34,10 +36,10 @@ This should fill a4 paper. "
                textheight = 297.0\mm - 7.0\mm
                papersize = "a4"
                linewidth = 15.0\mm
-               \translator {
+               \context {
                        \StaffContext
                        minimumVerticalExtent = #(cons 0 0)
                }
        }
 }
-%% new-chords-done %%
+