From 52443c46b65b6a183f5280b339b5350a1a53f2f6 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Thu, 6 Jan 2005 22:46:16 +0000
Subject: [PATCH] Minor editing.

---
 ChangeLog                                  | 16 ++++++++++++++++
 Documentation/user/changing-defaults.itely |  5 +++--
 Documentation/user/notation.itely          | 15 +++++----------
 THANKS                                     |  2 +-
 scm/define-context-properties.scm          |  2 +-
 5 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 08ef3b6f8f..c9aaaa7002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-06  Graham Percival  <gperlist@shaw.ca>
+
+	* Documentation/user/notation.itely: minor editing.
+
+	* Documentation/user/changing-defaults: minor editing.
+
+	* Documentation/user/examples.itely: add template for
+	string quartet part extraction; demonstrates tag.
+
+2005-01-06  Erlend Aasland  <erlenda@gmail.com>
+
+	* Documentation/user/notation.itely: documents
+	format-mark-box-letters and format-mark-box-numbers
+
+	* scm/define-context-properties.scm: change comment.
+
 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* scm/framework-ps.scm (output-classic-framework): new function:
diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely
index 1f275d1032..5e47aae1a5 100644
--- a/Documentation/user/changing-defaults.itely
+++ b/Documentation/user/changing-defaults.itely
@@ -2015,10 +2015,11 @@ more systems onto one page.
 Normally staves are stacked vertically.  To make staves maintain a
 distance, their vertical size is padded.  This is done with the
 property @code{minimumVerticalExtent}.  It takes a pair of numbers, so
-if you want to make it smaller than its default, then you could set
+if you want to make it smaller than its default @code{#'(-4 . 4)},
+then you could set
 
 @example
-\set Staff.minimumVerticalExtent = #'(-4 . 4)
+\set Staff.minimumVerticalExtent = #'(-3 . 3)
 @end example
 
 @noindent
diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely
index 402403c83c..1db5387afc 100644
--- a/Documentation/user/notation.itely
+++ b/Documentation/user/notation.itely
@@ -997,7 +997,7 @@ example,
 
 This command is equivalent to setting @code{clefGlyph},
 @code{clefPosition} (which controls the Y position of the clef),
-@code{centralCPosition} and @code{clefOctavation}.  A clef is printed
+@code{middleCPosition} and @code{clefOctavation}.  A clef is printed
 when any of these properties are changed.  The following example shows
 possibilities when setting properties manually.
 
@@ -5071,8 +5071,6 @@ c1 \mark \default
 @c umm, is the manual the right place for feature requests?  :)  -gp
 @c FIXME - should make that tunable.
 
-To use boxed bar numbers instead of letters, see @ref{Bar numbers}.
-
 The mark is incremented automatically if you use @code{\mark
 \default}, but you can also use an integer argument to set the mark
 manually.  The value to use is stored in the property
@@ -5088,19 +5086,16 @@ few measures, it is set to function that produces a boxed number.
 \set Score.markFormatter = #format-mark-numbers
 c1 \mark \default
 c1 \mark \default
-\set Score.markFormatter
-   = #(lambda (mark context)
-       (make-bold-markup
-        (make-box-markup (number->string mark))))
+\set Score.markFormatter = #format-mark-box-numbers
 c1 \mark \default
 c1 \mark \default
 c1
 @end lilypond
 
 The file @file{scm/@/translation@/-functions@/.scm} contains the definitions
-of @code{format-mark-numbers} (the default format) and
-@code{format-mark-letters}.  These can be used as inspiration for other
-formatting functions.
+of @code{format-mark-numbers} (the default format), @code{format-mark-box-numbers},
+@code{format-mark-letters} and @code{format-mark-box-letters}.
+These can be used as inspiration for other formatting functions.
 
 
 @cindex coda on bar line
diff --git a/THANKS b/THANKS
index c0d3c6986e..b8e6e4b33c 100644
--- a/THANKS
+++ b/THANKS
@@ -11,6 +11,7 @@ Graham Percival   - Documentation Editor
 
 CONTRIBUTORS
 
+Erlend Aasland
 Arno Waschk
 Carl Sorensen
 Heikki Junes
@@ -25,7 +26,6 @@ Jonathan Walther
 
 BUG HUNTERS/SUGGESTIONS
 
-Erlend Aasland
 Johannes Schindelin
 Andreas Scherer
 Arjan Bos
diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm
index 6cb8ecc3bb..f21effe9dd 100644
--- a/scm/define-context-properties.scm
+++ b/scm/define-context-properties.scm
@@ -1,4 +1,4 @@
-;;;; translator-property-description.scm -- part of backend documentation
+;;;; define-context-properties.scm -- part of backend documentation
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-- 
2.39.5