]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 20:00:18 +0000 (20:00 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:00:18 +0000 (20:00 +0000)
input/standchen-16.ly
input/standchen-20.ly
input/standchen.ly
mf/feta-banier.mf

index 67c461f127462a990157dd7517bb5bf9a48c1993..bb250a98fdf3e6147222f062fd7df14d8f70c6c6 100644 (file)
@@ -1,14 +1,13 @@
 \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";
 } 
 
+\version "0.1.7";
 
-% just a silly file to satisfy the make-website script
 \include "standchen.ly"
index 41246d19af689ccd81a4ddd94b234a8735afb125..1a13f3fc11e5d72219b7c8e005ce9b760d1bf1ab 100644 (file)
@@ -1,12 +1,13 @@
 \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";
 } 
+\version "0.1.7";
 
-% just a silly file to satisfy the make-website script
-% this should  be run after standchen-16
+% fool make-website
+% \include "standchen.ly";
index c8edb901404474d2b586e6837154563c7bee363b..8f70db6ba6d93d3679cc6dd961c2a98d371ee4ee 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;
index f845fac0cc55d3656b7677c1142a3ce5da2dfea1..5dad6a8216dc80f4a0dcc79476053b06657cb820 100644 (file)
@@ -10,12 +10,12 @@ save foot_thickness, foot_depth, foot_width;
 
 flag_angle = 32;
 
-hip_thickness# = stafflinethickness#;
+hip_thickness# = 1.2 stafflinethickness#;
 foot_thickness# = blot_diameter#;
 flare# = 1.0 interline#;
 
 hip_depth# = 15/7 interline#; 
-hip_width# = 8/7 interline# + hip_thickness# /2 + stemthickness#/2;
+hip_width# = 7/8 interline# + hip_thickness# /2 + stemthickness#/2;
 
 foot_depth# = flare# + 15/7 interline#;
 foot_width# = .885 hip_width#;
@@ -35,8 +35,6 @@ define_pixels(flare,
 % page 119
 %
 def draw_eight_flag =
-
-
        penpos0(stemthickness, 0);
        penpos1(flare, 90);
        penpos2(hip_thickness, 0);