]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/standchen.ly
release: 0.1.28
[lilypond.git] / input / standchen.ly
index ba5f3d82415ff7370e3c36959b15a0c304947d08..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.5";
+\version "0.1.7";
 
 commands = \melodic{
        \skip 2.*4;
@@ -202,7 +202,7 @@ begeleiding = \melodic{
        ''a r4 |
 %%5
 \duration 8;
-       < \multi 2; { \stemup   
+       \multi 2 < { \stemup    
                [ 'f 'a d 'a d 'a ] 
                [ 'd 'e 'g 'e 'g 'e ] 
                [ 'cis 'e 'g 'e 'g 'e ]
@@ -220,7 +220,7 @@ begeleiding = \melodic{
 %%10
        [ 'd 'a d 'a d 'a ] |
 %%11
-       < \multi 2;     
+       \multi 2 <      
        { \stemup
                [ 'f 'a d 'a d 'a ]
                [ 'd 'e 'g 'e 'g 'e ] 
@@ -237,7 +237,7 @@ begeleiding = \melodic{
        [ 'c 'g 'bes 'g 'bes 'g ] |
 %%16
        [ ''f 'c 'f 'c 'f 'c ] |
-       < \multi 2;
+       \multi 2 <
        { \stemup 
                [ ''a 'e 'g 'e 'g 'e ][ 'd 'a d 'a d 'a ]
                [ ''bes 'f 'bes 'f 'bes 'f ][ ''f 'c 'f 'c 'f 'c ] }
@@ -252,7 +252,7 @@ begeleiding = \melodic{
        < [ 'e 'c > 'g c 'g c 'g ] |
 %%22
        [ 'f 'a c 'a 'f 'c ] |
-       < \multi 2; {
+       \multi 2 < {
                \stemup
                [ ''a 'e 'g 'e 'g 'e ] 
                [ 'd 'fis 'a 'fis 'a 'fis ] 
@@ -305,7 +305,7 @@ begeleiding = \melodic{
 %%44
        < [ 'd ''b > 'fis 'b 'fis 'b 'fis ] |
 %%45
-       < \multi 2; { \stemup 
+       \multi 2 < { \stemup 
                [ ''g 'd 'b 'd 'b 'd ] 
                [ 'd 'a d 'a d 'a ] 
        } {
@@ -479,7 +479,6 @@ themusic =
                         \tekstII
                >
                \type Grandstaff   <
-                       \multi 2;
                        \melodic < \melodie \commands >
                        \melodic < \begeleiding \commands >
                >
@@ -494,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";
        }