From: Han-Wen Nienhuys Date: Tue, 29 Oct 2002 23:52:57 +0000 (+0000) Subject: release commit X-Git-Tag: release/1.7.5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cfe8be30d0c406d189799279955f0191892ae753;hp=ed52671b2d63fca0b8acacf1dc43b8c2769cb2e1;p=lilypond.git release commit --- diff --git a/aclocal.m4 b/aclocal.m4 index 65a10815fc..19c2947aab 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly index 9370f28213..8b9ec28cc2 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly +++ b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly @@ -70,6 +70,8 @@ stopGraceMusic= \sequential { \StaffContext minimumVerticalExtent = #'(-4.5 . 4.5) } + % #(define fonts my-sheet) + indent = 10. \mm linewidth = 189. \mm diff --git a/lily/new-fingering-engraver.cc b/lily/new-fingering-engraver.cc index ffdcef24ef..0e5404b9a9 100644 --- a/lily/new-fingering-engraver.cc +++ b/lily/new-fingering-engraver.cc @@ -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 */ ""); diff --git a/lily/parser.yy b/lily/parser.yy index 7dd73519b5..9feecf0fae 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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 {