From 4306c93d1d17267f2880ae8819e42855917ce70a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 19 Mar 2004 01:03:47 +0000 Subject: [PATCH] * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1. * lily/system.cc (get_line): start with dumping layer 3. This fixes ez notation. --- ChangeLog | 2 ++ Documentation/user/changing-defaults.itely | 2 +- input/mutopia/W.A.Mozart/mozart-hrn-3.ly | 2 +- lily/system.cc | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b2871aff8..2c6815e9da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-03-19 Han-Wen Nienhuys + * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1. + * scm/music-functions.scm (descend-to-context): new function. Similar to context-spec-music. (make-time-signature-set): specify Score as descend-only. This diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 87dbecafb6..4f8b824ca1 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -552,7 +552,7 @@ have score where each staff has its own time signature. \time 2/4 c4 c c c c c } - >> +>> @end lilypond diff --git a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly index 5855b13256..482b81fa7f 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly +++ b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly @@ -1,6 +1,6 @@ \header{ title = "Konzert Nr. 3 Es dur" - subtitle = "f\\\"ur Horn und Orchester" + subtitle = "für Horn und Orchester" composer = "Wolfgang Amadeus Mozart (1756-1792)" enteredby = "HWN" opus = "KV 447" diff --git a/lily/system.cc b/lily/system.cc index e11505700f..350834f79e 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -419,6 +419,7 @@ System::get_line () Offset extra = robust_scm2offset (g->get_property ("extra-offset"), Offset (0, 0)) * Staff_symbol_referencer::staff_space (g); + /* FIXME: 0.5 */ stil->translate ((o + extra) * 0.5); stencils = scm_cons (stil->smobbed_copy (), stencils); -- 2.39.5