From: gpercival Date: Fri, 24 Mar 2006 21:33:35 +0000 (+0000) Subject: Minor stuff from mailist, and compile fix for NEWS. X-Git-Tag: release/2.8.2~9^2~165 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff7ca780fbf29a15a418df38e8eb745e59ea91fe;p=lilypond.git Minor stuff from mailist, and compile fix for NEWS. --- diff --git a/ChangeLog b/ChangeLog index f9a46ae666..65d6f2fae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-24 Graham Percival + + * Documentation/topdocs/NEWS.tely: add @end itemize + + * Documentation/user/ global, advanced-notation: minor + stuff from mailist. + 2006-03-23 Graham Percival * Documentation/user/ lilypond.tely, music-glossary, diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 82d7450bb9..0ec1083944 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -49,6 +49,8 @@ the @uref{../,LilyPond Documentation} @itemize @bullet +@end itemize + @ignore HINTS diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index c4ae3e2173..3912e19e27 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index cdd72d9e19..f63c4145c4 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -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