]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes.
authorgpercival <gpercival>
Wed, 4 May 2005 03:58:36 +0000 (03:58 +0000)
committergpercival <gpercival>
Wed, 4 May 2005 03:58:36 +0000 (03:58 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index 13ae98a27a5fb5964e574ed64eda16d1f8eeac60..d33d30548cfd1e7d67ad9fee8f58232bd2e0bc2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-04  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/introduction.itely: updates "About this manual".
+
+       * Documentation/user/advanced-notation.itely: minor fixes.
+
 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * COPYING: add font exception. Update FSF address. 
index 2b3c258dcad18bd3626997f0c1253748bf4391f6..cd23b7a53aa5c0e9a1e89a1838f1b3eee4a39b70 100644 (file)
@@ -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