]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/fill-a4.ly
dll read_opts revert
[lilypond.git] / input / test / fill-a4.ly
index 504a4aa82c8c18a4bd97014694dc2f92aa988e71..6a9acb1ae77c544d51a2018dc7f1d926e2aa2a77 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.5.68"
 
 %
 % test file to get a4 paper really filled,
 % at a reasonably (small) value.  -- jcn
 %
 \header{
-tagline="Ligly";
+tagline="Ligly"
 }
-\include "paper13.ly";
+\include "paper13.ly"
 \score{
        \context Voice \notes\relative c'{
-               \clef alto;
+               \clef alto
                \repeat "unfold" 36 c1
        }
        \paper{
                \paperThirteen
-               indent = 0.0\mm;
+               indent = 0.0\mm
                % URG
                % Vertical space is rather precious when typesetting
                % music.  But we can only set textheight here, and must
@@ -27,12 +28,12 @@ tagline="Ligly";
                % footers.  If we want a header or footer on some page,
                % all other pages suffer shortened `textheight'.
                % Try the maximum for a4, without loosing footers:
-               textheight = 297.0\mm - 7.0\mm;
-               papersize = "a4";
-               linewidth = 15.0\mm;
+               textheight = 297.0\mm - 7.0\mm
+               papersize = "a4"
+               linewidth = 15.0\mm
                \translator {
                        \StaffContext
-                       StaffMinimumVerticalExtent = #(cons 0 0)
+                       minimumVerticalExtent = #(cons 0 0)
                }
        }
 }