]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/standchen.ly
release: 0.1.13
[lilypond.git] / input / standchen.ly
index 1769e18564f22ceebe27cf83d3885c7ccd6e7dec..ba5f3d82415ff7370e3c36959b15a0c304947d08 100644 (file)
@@ -1,23 +1,23 @@
-%{MudelaHeader
+\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"
- description:  D.957 No.4
- composers: Franz Schubert (1797-1828)
-        Text by Ludwig Rellstab (1799-1860)
- entered-by:JCN
- copyright:
-
- Tested Features: multivoice, accents, lyrics, chords, piano music
-
-EndMudelaHeader
+%{
+ Tested Features: multivoice, accents, lyrics, chords, piano music,
+multiple \paper{}s in one \score 
 %}
 
-\version "0.1.0";
+\version "0.1.5";
 
 commands = \melodic{
        \skip 2.*4;
-       \bar ":|";
+       \bar "|:";
        \skip 2.*24;
 %      volta1
        \skip 2.*8;
@@ -152,8 +152,11 @@ melodie = \melodic{
 %%48
        \textstyle "italic";
        < 
-       { fis2.~  \group "+1"; \stem \down; f2. }
-       { d'2. ~ \stem \up; d'4 r4_"decresc." d'4 } 
+       { fis2.~
+       %\group "+1"; 
+               \stemdown f2. }
+       { d'2. ~ \stemup
+               d'4 r4_"decresc." d'4 } 
        >
        \textstyle "roman"; |
 %%50
@@ -199,67 +202,71 @@ begeleiding = \melodic{
        ''a r4 |
 %%5
 \duration 8;
-       < \multi 2; { \stem \up;        
+       < \multi 2; { \stemup   
                [ 'f 'a d 'a d 'a ] 
                [ 'd 'e 'g 'e 'g 'e ] 
-               [ 'cis 'e 'g 'e 'g e ]
+               [ 'cis 'e 'g 'e 'g 'e ]
                [ 'd 'a d 'a d 'a ]
                }
-       { \stem \down; 
+       { \stemdown 
                'd2 r4 
                 ''bes2 r4 
                 ''a2 r4
-                'd2 r4         
+               'd2 r4
        } >
 %%9
+       \stemboth
        [ 'a e g e g e ] |
 %%10
        [ 'd 'a d 'a d 'a ] |
 %%11
        < \multi 2;     
-       { \stem \up;
+       { \stemup
                [ 'f 'a d 'a d 'a ]
                [ 'd 'e 'g 'e 'g 'e ] 
                [ 'e 'g 'bes 'g 'bes 'g ] 
                [ 'a c f c f c ]
-       } { \stem \down; 
+       } { \stemdown 
                'd2 r4 
                 ''bes2 r4
                 'c2 r4 
                 'f2 r4 } 
        >
 %%15
+       \stemboth
        [ 'c 'g 'bes 'g 'bes 'g ] |
 %%16
        [ ''f 'c 'f 'c 'f 'c ] |
        < \multi 2;
-       { \stem \up; 
+       { \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 ] }
-       { \stem \down; 
+       { \stemdown 
                ''a2 r4
                'd2 r4 
                ''bes2 r4 
                ''f2 r4 
        } > 
 %%21
+       \stemboth
        < [ 'e 'c > 'g c 'g c 'g ] |
 %%22
        [ 'f 'a c 'a 'f 'c ] |
        < \multi 2; {
-               \stem \up;
+               \stemup
                [ ''a 'e 'g 'e 'g 'e ] 
                [ 'd 'fis 'a 'fis 'a 'fis ] 
                [ ''g 'd 'b 'd 'b 'd ] 
                [ 'd 'a d 'a d 'a ] 
        }
-       {\stem \down;
+       {\stemdown
                ''a2 r4 
                'd2 r4 
                ''g2 r4 
                'd2 r4 
        }
        >
+       \stemboth
        < [ 'cis ''a > 'e 'a 'e 'a 'e ] |
 %%28
        [ 'd 'a d 'a d 'a ] |
@@ -298,16 +305,17 @@ begeleiding = \melodic{
 %%44
        < [ 'd ''b > 'fis 'b 'fis 'b 'fis ] |
 %%45
-       < \multi 2; { \stem \up; 
+       < \multi 2; { \stemup 
                [ ''g 'd 'b 'd 'b 'd ] 
                [ 'd 'a d 'a d 'a ] 
        } {
-               \stem \down;
+               \stemdown
                ''g2 r4
                'd2 r4 
        } >
 
 %%47
+       \stemboth
        < [ 'cis ''a > 'e 'a 'e 'a 'e ] |
 %%48
        [ 'd 'fis 'a 'fis 'a 'fis ] |
@@ -463,28 +471,42 @@ tekstII = \lyric{
        _ _ _ _ _ _ 
        
 }
-
-\score{
+themusic = 
        <       
-               <       \id "Lyric" "1";
+               \type Lyrics < 
                        \tekstI
                         \tekstII
                >
-               < \id "Piano" "";
+               \type Grandstaff   <
                        \multi 2;
                        \melodic < \melodie \commands >
                        \melodic < \begeleiding \commands >
                >
        >
+
+
+\score{
+       \themusic
+       \midi{
+               \tempo 4 = 54;
+       }
        \paper{
+               \paper_twenty
+               % 20pt music uses whole pagewidth
                linewidth= 195.\mm;
 
-               % on two pages...
-               unitspace= 9.\mm;
-               geometric= 1.2;
-               \output "standchen.out";
+               % we want gourlay, don't set geometric
+               % geometric= 1.4;
+               gourlay_maxmeasures = 9.;
+               \output "standchen-20.out";
        }
-       \midi{
-               \tempo 4:54;
+       \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";
        }
 }