]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor addition.
authorGraham Percival <graham@percival-music.ca>
Wed, 19 Jan 2005 03:49:23 +0000 (03:49 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 19 Jan 2005 03:49:23 +0000 (03:49 +0000)
ChangeLog
Documentation/user/changing-defaults.itely

index c638ac6156a1e7b742f2e1b9c4ec8f2a3b216e36..5ef093036b71f86dc8cacb99ae400b0ef7a1ca06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-18  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/changing-defaults: added info on
+       creating a copyright symbol.
+
 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
 
        * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
index ac515ce1c9ad1802cf64d74cdb0be0a79f9e432b..2b77005e1c8b68d9272c6789f6c71e16eb3bbb95 100644 (file)
@@ -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}.