From: Graham Percival Date: Wed, 19 Jan 2005 03:49:23 +0000 (+0000) Subject: Minor addition. X-Git-Tag: release/2.5.14~234 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c441472508c8fd210468e5c6f7bfb4fabdeb342e;p=lilypond.git Minor addition. --- diff --git a/ChangeLog b/ChangeLog index c638ac6156..5ef093036b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Graham Percival + + * Documentation/user/changing-defaults: added info on + creating a copyright symbol. + 2005-01-18 Erlend Aasland * scm/auto-beam.scm: Simplify score-override-auto-beam-setting diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index ac515ce1c9..2b77005e1c 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1811,6 +1811,7 @@ and wider line widths will be set correspondingly. #(set-default-paper-size "a6" 'landscape) @end example + @node Page layout @subsection Page layout @@ -1934,6 +1935,14 @@ tagline is ``Engraved by LilyPond (@var{version})''.@footnote{Nicely printed parts are good PR for us, so please leave the tagline if you can.} +To print a copyright symbol, use @code{\copyright} + +@example +\header @{ + copyright = "\copyright Your Name 2005" +@} +@end example + 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}.