]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Tablatures): small
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Aug 2002 21:29:38 +0000 (21:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Aug 2002 21:29:38 +0000 (21:29 +0000)
corrections. Thanks to Karl Berry

ChangeLog
Documentation/user/refman.itely
Documentation/user/tutorial.itely
GNUmakefile.in
THANKS [new file with mode: 0644]
lily/note-head.cc

index 08146a4230199d4d75ee9c49d30f492d1b035774..dc1190e500e01aa3be73b7c55fe85cdd3c16a597 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Tablatures): small
+       corrections. Thanks to Karl Berry
+
 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
         redhat spec and rpm-skeleton found in Mandrake's home page.
index 77a626fbb11d71c2bee1ffcac19692cd3aebaffa..8b6cd7a8d2fd860e9464526aade31240376f4117 100644 (file)
@@ -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::            
index bfa9f5117f937a0f6ef0c89fbc484def59c482c1..3d56067d32bffe59c5d9579ef7675ed8c851cba8 100644 (file)
@@ -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
index ebd21f699dd5d0b927924cbba7053efc2096b66e..6a2834fa29b36fca24cf7bf9237b5c48411b0a1a 100644 (file)
@@ -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 (file)
index 0000000..ae0177b
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,2 @@
+
+Karl Berry
index 1e6b4fb54be23a606417379c320c9dbb509a004a..377425ce89a0d0f9ff49c94e0744e3eee0751d27 100644 (file)
@@ -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)