CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/05/03 11:10:54

Modified files:
        .              : ChangeLog 
        Documentation/user: global.itely 

Log message:
        Better docs for \header.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3531&tr2=1.3532&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/global.itely.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3531 lilypond/ChangeLog:1.3532
--- lilypond/ChangeLog:1.3531   Tue May  3 08:49:20 2005
+++ lilypond/ChangeLog  Tue May  3 11:10:54 2005
@@ -13,6 +13,8 @@
        changing-defaults.itely: consolidate Text stuff in
        advanced notation.
 
+       * Documentation/user/global.itely: better docs for \header.
+
 2005-05-03  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * scm/framework-ps.scm (write-preamble): extract CFF from OTF
Index: lilypond/Documentation/user/global.itely
diff -u lilypond/Documentation/user/global.itely:1.8 
lilypond/Documentation/user/global.itely:1.9
--- lilypond/Documentation/user/global.itely:1.8        Wed Apr 13 15:03:18 2005
+++ lilypond/Documentation/user/global.itely    Tue May  3 11:10:54 2005
@@ -748,8 +748,11 @@
 The contents of the titles are taken from the @code{\header} blocks.
 The header block for a book supports the following
 @table @code
[EMAIL PROTECTED] dedication
+The dedicatee of the music, centered at the top of the first page.
+
 @item title
-The title of the music.  Centered on top of the first page.
+The title of the music, centered just below the dedication.
 
 @item subtitle
 Subtitle, centered below the title.
@@ -786,7 +789,8 @@
   This forces the title to start on a new page (set to ##t or ##f).
 @end table
 
-Here is a demonstration of the fields available, 
+Here is a demonstration of the fields available.  Note that you
+may use any @ref{Text markup} commands in the header.
 
 @lilypond[quote,verbatim,linewidth=11.0\cm]
 \paper {
@@ -796,15 +800,17 @@
 
 \book {
   \header {
-    title = "Title,"
+    dedication = "dedicated to me"
+    title = \markup \center-align < "Title first line" "Title second line, 
longer" >
     subtitle = "the subtitle,"
-    subsubtitle = "and the sub sub title"
+    subsubtitle = #(string-append "subsubtitle LilyPond version " 
(lilypond-version))
     poet = "Poet"
-    composer = "Composer"
+    composer =  \markup \center-align < "composer" \small "(1847-1973)" >
     texttranslator = "Text Translator"
-    meter = "Meter"
+    meter = \markup { \teeny "m" \tiny "e" \normalsize "t" \large "e" \huge 
"r" }
     arranger = "Arranger"
-    instrument = "Instrument"
+    opus = \markup { \fontsize #8.5 "o" \fontsize #2.5 "p" \fontsize #-2.5 "u" 
\fontsize #-5.3 "s" \fontsize #7.5 "       " }
+    instrument = \markup \bold \italic "instrument"
     piece = "Piece"
   }
 
@@ -828,15 +834,6 @@
 }
 @end lilypond
 
-Different fonts may be selected for each element by using
[EMAIL PROTECTED], e.g.,
-
[EMAIL PROTECTED]
-\header @{
-  title = \markup @{ \italic @{ The italic title @} @}
[EMAIL PROTECTED]
[EMAIL PROTECTED] example
-
 A more advanced option is to change the definitions of the following
 variables in the @code{\paper} block.  The init file
 @file{ly/titling-init.ly} lists the default layout.


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to