]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor stuff from mailist, and compile fix for NEWS.
authorGraham Percival <graham@percival-music.ca>
Fri, 24 Mar 2006 21:33:35 +0000 (21:33 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 24 Mar 2006 21:33:35 +0000 (21:33 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/advanced-notation.itely
Documentation/user/global.itely

index f9a46ae6665ebfe56c05eb658fe1a61cb1908e7a..65d6f2fae3d3a50cd467e647febdf08f52f23140 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-24  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/topdocs/NEWS.tely: add @end itemize
+
+       * Documentation/user/ global, advanced-notation: minor
+       stuff from mailist.
+
 2006-03-23  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/ lilypond.tely, music-glossary,
index 82d7450bb900e6df39648eac85d15d0b008ec6ca..0ec1083944e5d4120af3e2d6c612e131c2a0a38f 100644 (file)
@@ -49,6 +49,8 @@ the @uref{../,LilyPond Documentation}
 
 @itemize @bullet
 
+@end itemize
+
 @ignore
 
 HINTS
index c4ae3e21734930cbda87a7c5510ba43fa5ddb7a9..3912e19e27f97db50bf202473a77a8e719eb81e3 100644 (file)
@@ -2010,22 +2010,6 @@ e4 f4
 g4 a
 @end lilypond
 
-Hidden notes are also great for performing weird tricks.  For example,
-slurs cannot be attached to rests or spacer rests, but you may wish
-to include that in your score -- string instruments use this notation
-when doing pizzicato to indicate that the note should ring for as long
-as possible.
-
-@lilypond[quote,ragged-right,verbatim,relative=0,fragment]
-\clef bass
-<< {
-  c4^"pizz"( \hideNotes c)
-  \unHideNotes c( \hideNotes c)
-} {
-  s4 r s r
-} >>
-@end lilypond
-
 
 @node Shape note heads 
 @subsection Shape note heads 
index cdd72d9e19175c02eab11ea4ac6b97030212c4d8..f63c4145c49613c2901f25dbbc2ac8d8f0ad677c 100644 (file)
@@ -814,7 +814,8 @@ can.}
 
 The header and footer are created by the functions @code{make-footer}
 and @code{make-header}, defined in @code{\paper}.  The default
-implementations are in @file{scm/@/page@/-layout@/.scm}.
+implementations are in @file{ly/@/paper@/-defaults@/.ly} and
+@file{ly/@/titling@/-init@/.ly}.
 
 The page layout itself is done by two functions in the
 @code{\paper} block, @code{page-music-height} and
@@ -1142,13 +1143,13 @@ The vertical spacing on a page can also be changed for each system individually.
 Some examples are found in the example file
 @inputfileref{input/regression/,page-spacing.ly}.
 
-When setting @code{annotatespacing} in the @code{\paper} block LilyPond
+When setting @code{annotate-spacing} in the @code{\paper} block LilyPond
 will graphically indicate the dimensions of properties that may be set
 for page spacing,
 
 @lilypond[verbatim]
 #(set-default-paper-size "a7" 'landscape)
-\paper { annotatespacing = ##t }
+\paper { annotate-spacing = ##t }
 { c4 }
 @end lilypond