From 8cfda675c56ef08321e15609ebe1bb7785490d28 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 18 Sep 2003 14:54:52 +0000 Subject: [PATCH] * debian/rules: small corrections in the (Pedro K) * Documentation/user/tutorial.itely (Tutorial): use lyinc in examples. --- ChangeLog | 5 +++++ Documentation/user/tutorial.itely | 6 +++--- debian/rules | 5 ++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e76994e9bd..3fd2b92780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-09-18 Han-Wen Nienhuys + * debian/rules: small corrections in the (Pedro K) + + * Documentation/user/tutorial.itely (Tutorial): use lyinc in + examples. + * lily/auto-beam-engraver.cc (process_music): end/junk beam if special (repeat) bar comes along. diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index c82ec7d8f6..b0854b3f4d 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -1683,7 +1683,7 @@ hornNotes = \notes \relative c @{ Then, an individual part is made by putting the following in a file: @example -\include "horn-music.ly" +\include "horn-music.lyinc" \header @{ instrument = "Horn in F" @} @@ -1738,8 +1738,8 @@ The score is made by combining all of the music in a @code{\score} block, assuming that the other voice is in @code{bassoonNotes}, in the file @file{bassoon-music.ly}: @example -\include "bassoon-music.ly" -\include "horn-music.ly" +\include "bassoon-music.lyinc" +\include "horn-music.lyinc" \score @{ \simultaneous @{ diff --git a/debian/rules b/debian/rules index 4df410873e..5bee5307ed 100644 --- a/debian/rules +++ b/debian/rules @@ -123,11 +123,10 @@ binary-arch: build install dh_testdir dh_testroot cp -av lilypond-mode.el lilypond-font-lock.el lilypond-indent.el \ - lilypond.words \ + buildscripts/out/lilypond.words \ $(r)/usr/share/emacs/site-lisp/ dh_installdocs AUTHORS.txt NEWS.txt README.txt \ - DEDICATION THANKS \ - README.mandrake + DEDICATION THANKS # dh_installdocs DEDICATION NEWS ROADMAP *.txt \ # Documentation/pictures/out/*.png -- 2.39.5