]> git.donarmstrong.com Git - lilypond.git/commitdiff
More small fixes.
authorGraham Percival <graham@percival-music.ca>
Sat, 2 Oct 2004 20:27:49 +0000 (20:27 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 2 Oct 2004 20:27:49 +0000 (20:27 +0000)
ChangeLog
Documentation/user/notation.itely

index 50afa2d99eccf62aae5647b62c882050c0a2657b..412552fe5665d61ba2762ca634b1e7a32dcaf7af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * Documentation/index.html.in: remove link to templates.
 
+       * Documentation/user/notation.itely: more small fixes.
+
 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/timing-engraver.cc (process_music): move setting
index aef3c9b2f8e2b04c57f36d66e413efdbe0de19db..96d9746d17912e6744b6e42bef30c082da78238e 100644 (file)
@@ -3699,12 +3699,35 @@ More stanzas can be added by adding more
 
 @lilypond[raggedright,verbatim,fragment,quote]
   \time 3/4
-  \relative {  c2 e4 g2. }
+  \relative { c2 e4 g2. }
   \addlyrics { play the game } 
   \addlyrics { speel het spel } 
   \addlyrics { joue le jeu }
 @end lilypond
 
+@c TODO - this isn't such a great place for this note, but I can't
+@c  find a better place without rearranging a lot of lyric stuff.
+@c  It's yet another thing to look at post-3.0.
+
+The @code{\addlyrics} command is actually just a convienient way
+to write a more complicated LilyPond structure that sets up the
+lyrics.  You should use @code{\addlyrics} unless you need to
+fancy things, in which case you should investigate
+@code{\lyricsto} or @code{\lyricmode}.
+
+@example
+  @{ MUSIC @}
+  \addlyrics @{ LYRICS @}
+@end example
+
+is the same as
+
+@example
+  \context Voice = blah @{ music @}
+  \lyricsto "blah" \lyricsmode \new lyrics @{ LYRICS @}
+@end example
+
+
 @node Entering lyrics
 @subsection Entering lyrics
 
@@ -3714,7 +3737,8 @@ More stanzas can be added by adding more
 @cindex punctuation
 
 Lyrics are entered in a special input mode.  This mode is is introduced
-by the keyword @code{\lyricmode}.  In this mode you can enter lyrics,
+by the keyword @code{\lyricmode}, or by using @code{addlyrics} or
+@code{lyricsto}.  In this mode you can enter lyrics,
 with punctuation and accents, and the input @code{d} is not parsed as
 a pitch, but rather as a one letter syllable.  Syllables are entered
 like notes, but with pitches replaced by text.  For example,
@@ -3818,7 +3842,7 @@ Examples: @inputfileref{input/test,lyric-hyphen-retain.ly}.
 
 Lyrics are printed by interpreting them in a @internalsref{Lyrics} context
 @example
- \context Lyrics \lyricmode @dots{}
 \context Lyrics \lyricmode @dots{}
 @end example
 
 @cindex automatic syllable durations
@@ -5724,8 +5748,8 @@ heads that mimic the look of note heads in historic printings of the
 
 The following example demonstrates the @code{neomensural} style
 
-@lilypond[quote,fragment,raggedright]
-  \set Score.skipBars = ##
+@lilypond[quote,fragment,raggedright,verbatim]
+  \set Score.skipBars = ##t
   \override NoteHead #'style = #'neomensural
   a'\longa a'\breve a'1 a'2 a'4 a'8 a'16
 @end lilypond
@@ -5831,9 +5855,9 @@ in historic prints of the 16th century.
 
 The following example demonstrates the @code{neomensural} style
 
-@lilypond[quote,fragment,raggedright]
-  \override Rest #'style = #'neomensural
+@lilypond[quote,fragment,raggedright,verbatim]
   \set Score.skipBars = ##t 
+  \override Rest #'style = #'neomensural
   r\longa r\breve r1 r2 r4 r8 r16
 @end lilypond
 
@@ -6119,7 +6143,8 @@ style mimics the look of historical printings of the 16th century.
 
 The following examples shows the differences in style,
 
-@lilypond[raggedright,relative=1]
+@c  why isn't relative working?
+@lilypond[raggedright,relative=1,quote]
 {
   \fatText
   \time 2/2