]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc getting an I rehearsal mark, and fix "notime" entry in lily-book.
authorGraham Percival <graham@percival-music.ca>
Wed, 17 Aug 2005 08:13:28 +0000 (08:13 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 17 Aug 2005 08:13:28 +0000 (08:13 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/lilypond-book.itely

index 604f367df531a96a46f62e6c2cc989ada7e45cd8..f6e04ae38176444530a06e7206312923a0853627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-17  Graham Percival  <gpermus@gmail.com>
+
+       * 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  <hanwen@xs4all.nl>
 
        * input/regression/stem-spacing.ly (Module): remove file.
index 8860dc44fc3d40b8a7337a19a6c08110def6fb84..244b7cf8e06811c2d5bc5cfb7176b30f9aa6928d 100644 (file)
@@ -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
index 6f5b91c9b2b89a9b52bc22dae224cd0b125dbd35..fe4f30d468f193e34a57c973334be84406e3386e 100644 (file)
@@ -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