]> git.donarmstrong.com Git - lilypond.git/commitdiff
* debian/rules: small corrections in the (Pedro K)
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 14:54:52 +0000 (14:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 14:54:52 +0000 (14:54 +0000)
* Documentation/user/tutorial.itely (Tutorial): use lyinc in
examples.

ChangeLog
Documentation/user/tutorial.itely
debian/rules

index e76994e9bdeb244a724bf23f05fc55944cdfc684..3fd2b92780539366353dfdddbbb716dc3dab2fc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       *  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.
 
index c82ec7d8f6047c4882da3deac8e48547fcea6429..b0854b3f4d9a5caf27686820dbf7a40aa1b2a83e 100644 (file)
@@ -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 @{
index 4df410873e97e905f464f4fcea979fecb0637118..5bee5307edd85bb57c1257dce21417f2f7a1b2ea 100644 (file)
@@ -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