From 6b762829eac9afe62b4259c9611577e13dd5a02b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 4 Feb 2005 19:56:53 +0000 Subject: [PATCH] ($(outdir)/lilypond.map): add aybabtu to .map file. --- ChangeLog | 2 ++ Documentation/user/introduction.itely | 4 ++-- mf/GNUmakefile | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f201fe63fc..9ea2d8966a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-04 Han-Wen Nienhuys + * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file. + * lily/note-column.cc (translate_rests): call flush_extent_cache() of parents when translating rests. Fixes: c-chord-rest.ly diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index a4eb8354b4..df1d749f82 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -224,11 +224,11 @@ with accents and arpeggios. In the first chord, the graphical objects have all directions down (or left). The second chord has all directions up (right). -@lilypond[quote,raggedright,relative=1] +@lilypond[quote,raggedright] \new Score \with { \override SpacingSpanner #'spacing-increment = #3 \override TimeSignature #'transparent = ##t -} { +} \relative { \stemDown 4_>-\arpeggio \override Arpeggio #'direction = #RIGHT \stemUp 4^>-\arpeggio diff --git a/mf/GNUmakefile b/mf/GNUmakefile index f03f63d2a4..e34ad641a6 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -183,6 +183,7 @@ $(outdir)/lilypond.map: $(AFM_FILES) for i in $(STAFF_SIZES); \ do echo "emmentaler$$i emmentaler-$$i > $@ + echo "aybabtu aybabtu > $@ local-clean: -- 2.39.5