]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 19 Mar 2004 01:03:47 +0000 (01:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 19 Mar 2004 01:03:47 +0000 (01:03 +0000)
* lily/system.cc (get_line): start with dumping layer 3. This
fixes ez notation.

ChangeLog
Documentation/user/changing-defaults.itely
input/mutopia/W.A.Mozart/mozart-hrn-3.ly
lily/system.cc

index 8b2871aff8ebd39bae1968dc4123f263f7a4dab9..2c6815e9da8cf20b8babc2d9dc46dd0d88b9b39f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * 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
index 87dbecafb67831c5d879fbdeb2d06740165b457a..4f8b824ca12c0b690f4dd9733981e3a26bb941a9 100644 (file)
@@ -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
 
 
index 5855b132564bbe299dd27b5f980e7686f76bd96b..482b81fa7f545c86047a707a3343edf38892dd50 100644 (file)
@@ -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"
index e11505700fb1d72d034bdc52c994e1ed13ffed32..350834f79ed60f7a58acf6af7baede85caf149f2 100644 (file)
@@ -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);