From 1763c0b56d1c8e038d9f89a8700b7e1546948c4b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 30 Aug 2002 21:29:38 +0000 Subject: [PATCH] (Tablatures): small corrections. Thanks to Karl Berry --- ChangeLog | 5 +++++ Documentation/user/refman.itely | 8 ++++---- Documentation/user/tutorial.itely | 6 +++--- GNUmakefile.in | 2 +- THANKS | 2 ++ lily/note-head.cc | 1 - 6 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 THANKS diff --git a/ChangeLog b/ChangeLog index 08146a4230..dc1190e500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-30 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Tablatures): small + corrections. Thanks to Karl Berry + 2000-08-30 Heikki Junes * make/lilypond.mandrake.spec.in: Mandrake adaptations from redhat spec and rpm-skeleton found in Mandrake's home page. diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 77a626fbb1..8b6cd7a8d2 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2916,10 +2916,10 @@ The associated grob is @internalsref{VoiceFollower}. @node Tablatures @section Tablatures -Tablature notation is used music for plucked string instruments. It -notates pitches not by using note heads, but by indicating on which -string and fret a note must be played. LilyPond offers limited -support for tablature, by abusing the fingering system. +Tablature notation is used for notating music for plucked string +instruments. It notates pitches not by using note heads, but by +indicating on which string and fret a note must be played. LilyPond +offers limited support for tablature by abusing the fingering system. @menu * Tablatures basic:: diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index bfa9f5117f..3d56067d32 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -331,10 +331,10 @@ file by executing @code{lpr test.ps}. @c volgende alinea schrappen? If your system does not support printing PostScript files, then you -can install GhostScript, a PostScript emulator. Refer to -GhostScript's website at @uref{http://www.ghostscript.com}. +can install Ghostscript, a PostScript emulator. Refer to +Ghostscript's website at @uref{http://www.ghostscript.com}. -@cindex GhostScript +@cindex Ghostscript @cindex @code{lpr} @cindex Printing output @cindex PostScript diff --git a/GNUmakefile.in b/GNUmakefile.in index ebd21f699d..6a2834fa29 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -16,7 +16,7 @@ SUBDIRS = buildscripts scripts flower lily \ # SCRIPTS = configure aclocal.m4 autogen.sh -README_FILES = ChangeLog CHANGES COPYING DEDICATION NEWS README.mandrake ROADMAP +README_FILES = ChangeLog CHANGES COPYING DEDICATION NEWS README.mandrake ROADMAP THANKS README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt IN_FILES := $(wildcard *.in) EXTRA_DIST_FILES = $(wildcard *.el) vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch lexer-gcc-3.0.patch server.el.patch darwin.patch .cvsignore lexer-gcc-3.1.sh diff --git a/THANKS b/THANKS new file mode 100644 index 0000000000..ae0177b6c5 --- /dev/null +++ b/THANKS @@ -0,0 +1,2 @@ + +Karl Berry diff --git a/lily/note-head.cc b/lily/note-head.cc index 1e6b4fb54b..377425ce89 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -253,7 +253,6 @@ Note_head::stem_attachment_coordinate (Grob *me, Axis a) return gh_number_p (result) ? gh_scm2double (result) : 0.0; } -g int Note_head::get_balltype (Grob*me) -- 2.39.5