]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.7.5
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Oct 2002 23:52:57 +0000 (23:52 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Oct 2002 23:52:57 +0000 (23:52 +0000)
aclocal.m4
input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly
lily/new-fingering-engraver.cc
lily/parser.yy

index 65a10815fc8fc65d6512cc8862cf3fb5ae28a12c..19c2947aab816b492279d283d1283bb43d02fa84 100644 (file)
@@ -1,6 +1,6 @@
 dnl aclocal.m4   -*-shell-script-*-
 dnl WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from /home/hanwen/usr/src/lilypond/stepmake/aclocal.m4
+dnl do not edit! this is aclocal.m4, generated from /users/hanwen/usr/src/lilypond/stepmake/aclocal.m4
 dnl aclocal.m4   -*-shell-script-*-
 dnl StepMake subroutines for configure.in
 
index 9370f28213590423645073052460c07b8233e5f3..8b9ec28cc26eb98c717b7d2dfc73680bc262e16b 100644 (file)
@@ -70,6 +70,8 @@ stopGraceMusic= \sequential {
         \StaffContext
         minimumVerticalExtent = #'(-4.5 . 4.5)
     }
+    % #(define fonts my-sheet)
+
     indent = 10. \mm
     linewidth = 189. \mm
 
index ffdcef24ef3e310f6d8bbcdc999e2eb56e613544..0e5404b9a994e4ed58f4dcb2c72565eada5cd135 100644 (file)
@@ -230,5 +230,5 @@ ENTER_DESCRIPTION(New_fingering_engraver,
 /* creats*/       "Fingering",
 /* accepts */     "text-script-event",
 /* acks  */      "rhythmic-head-interface stem-interface",
-/* reads */       "fingerstHorizontal",
+/* reads */       "fingersHorizontal",
 /* write */       "");
index 7dd73519b59b8f7233e64b3860aaa44c51b04b34..9feecf0fae17f4c050ba7633a4f6d397da72d942 100644 (file)
@@ -679,7 +679,8 @@ The representation of a  list is the
 
  to have  efficient append.
 */
-Music_list: /* empty */ {
+Music_list:
+       /* empty */ {
                $$ = scm_cons (SCM_EOL, SCM_EOL);
        }
        | Music_list Music {