From 9e61d80fca52833686eaa68ea17b6085501be820 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 17 Aug 2005 08:13:28 +0000 Subject: [PATCH] Doc getting an I rehearsal mark, and fix "notime" entry in lily-book. --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 11 +++++++++-- Documentation/user/lilypond-book.itely | 3 ++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 604f367df5..f6e04ae381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-17 Graham Percival + + * Documentation/user/lilypond-book: fix notime entry. + + * Documentation/user/advanced-notation.itely: add info on + getting an I rehearsal mark. + 2005-08-17 Han-Wen Nienhuys * input/regression/stem-spacing.ly (Module): remove file. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 8860dc44fc..244b7cf8e0 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -739,7 +739,12 @@ c1 \mark \default @end lilypond @noindent -(The letter@tie{}`I' is skipped in accordance with engraving traditions.) +The letter@tie{}`I' is skipped in accordance with engraving traditions. +If you wish to include the letter `I', then use + +@example +\set Score.markFormatter = #format-mark-alphabet +@end example The mark is incremented automatically if you use @code{\mark \default}, but you can also use an integer argument to set the mark @@ -886,8 +891,10 @@ Program reference: @internalsref{InstrumentName}. When you put a name on a grand staff or piano staff, the width of the brace is not taken into account. The following property setting can be used to move the instrument names to the left, in such situations. + @example -\override Score.InstrumentName #'space-alist = #'((left-edge extra-space . 2.0))@end example +\override Score.InstrumentName #'space-alist = #'((left-edge extra-space . 2.0)) +@end example @node Instrument transpositions diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 6f5b91c9b2..fe4f30d468 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -469,7 +469,8 @@ guess a default for @code{lilypond} environments which don't use the @code{raggedright} option. @item notime -Do not print the time signature. +Do not print the time signature, and turns off the timing (key signature, +bar lines) in the score. @item fragment Make @command{lilypond-book} add some boilerplate code so that you can -- 2.39.2