From 1d0f1bb12da39216e465dfa9e8e0119e15829057 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:00:18 +0000 Subject: [PATCH] lilypond-0.1.22 --- input/standchen-16.ly | 17 ++++++++--------- input/standchen-20.ly | 19 ++++++++++--------- input/standchen.ly | 16 ++++++++-------- mf/feta-banier.mf | 6 ++---- 4 files changed, 28 insertions(+), 30 deletions(-) diff --git a/input/standchen-16.ly b/input/standchen-16.ly index 67c461f127..bb250a98fd 100644 --- a/input/standchen-16.ly +++ b/input/standchen-16.ly @@ -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" diff --git a/input/standchen-20.ly b/input/standchen-20.ly index 41246d19af..1a13f3fc11 100644 --- a/input/standchen-20.ly +++ b/input/standchen-20.ly @@ -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"; diff --git a/input/standchen.ly b/input/standchen.ly index c8edb90140..8f70db6ba6 100644 --- a/input/standchen.ly +++ b/input/standchen.ly @@ -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; diff --git a/mf/feta-banier.mf b/mf/feta-banier.mf index f845fac0cc..5dad6a8216 100644 --- a/mf/feta-banier.mf +++ b/mf/feta-banier.mf @@ -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); -- 2.39.5