From 398bf5d65a66b02d1d9df02bc2188ead2bc4f889 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 4 May 2005 03:58:36 +0000 Subject: [PATCH] Minor fixes. --- ChangeLog | 6 +++ Documentation/user/advanced-notation.itely | 46 ---------------------- 2 files changed, 6 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13ae98a27a..d33d30548c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-04 Graham Percival + + * Documentation/user/introduction.itely: updates "About this manual". + + * Documentation/user/advanced-notation.itely: minor fixes. + 2005-05-04 Han-Wen Nienhuys * COPYING: add font exception. Update FSF address. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 2b3c258dca..cd23b7a53a 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1900,52 +1900,6 @@ made invisible. @end ignore - - -@ignore - -FIXME: We don't need this section. It will be moved into LSR as soon -as the safe mode stuff is worked out. - -@n ode Controlling formatting of prefatory matter -@s ubsection Controlling formatting of prefatory matter - -@c This section will be moved to somewhere else soon. -gp -This example demonstrates how to place prefatory matter -(such as the clef and key signature) at the end of a line. - -@lilypond[quote,verbatim] -\transpose c c' { - \override Staff.Clef - #'break-visibility = #end-of-line-visible - \override Staff.KeySignature - #'break-visibility = #end-of-line-visible - \set Staff.explicitClefVisibility = #end-of-line-visible - \set Staff.explicitKeySignatureVisibility = #end-of-line-visible - - % We want the time sig to take space, otherwise there is not - % enough white at the start of the line. - - \override Staff.TimeSignature #'transparent = ##t - \set Score.defaultBarType = #"empty" - - c1 d e f g a b c - \key d \major - \break - - % see above. - \time 4/4 - - d e fis g a b cis d - \key g \major - \break - \time 4/4 -} -@end lilypond - -@end ignore - - @node Coloring objects @subsection Coloring objects -- 2.39.5