]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/standchen.ly
release: 0.1.28
[lilypond.git] / input / standchen.ly
index bbe4c65570fb9e415b25b4e3a963a9d0963381ee..756a6c218db4b75fdc9343518e65075f2c588ac8 100644 (file)
@@ -1,11 +1,11 @@
 \header{
-filename       standchen.ly
-title          St\"andchen (Serenade) "Leise flehen meine Lieder"
-opus           D. 957 No. 4
-composers      Franz Schubert (1797-1828)
-               Text by Ludwig Rellstab (1799-1860)
-enteredby      JCN
-copyright      public domain
+filename =      "standchen.ly";
+title =         "St\"andchen (Serenade) \"Leise flehen meine Lieder\"";
+opus =  "D. 957 No. 4";
+composers =     "Franz Schubert (1797-1828)"
+        "Text by Ludwig Rellstab (1799-1860)";
+enteredby =     "JCN";
+copyright =     "public domain";
 } 
 
 %{
@@ -13,7 +13,7 @@ copyright     public domain
 multiple \paper{}s in one \score 
 %}
 
-\version "0.1.6";
+\version "0.1.7";
 
 commands = \melodic{
        \skip 2.*4;
@@ -493,18 +493,15 @@ themusic =
        \paper{
                \paper_twenty
                % 20pt music uses whole pagewidth
-               linewidth= 195.\mm;
+               % ja Vette Pech.  Koop maar aan A4 printer
+               linewidth= 185.\mm;
 
-               % we want gourlay, don't set geometric
-               % geometric= 1.4;
                gourlay_maxmeasures = 9.;
                \output "standchen-20.out";
        }
        \paper{
                % 16pt mustn't use whole page width
                linewidth= 160.\mm;
-               % we want gourlay, don't set geometric
-               % geometric= 1.4;
                gourlay_maxmeasures = 9.;
                \output "standchen-16.out";
        }