]> git.donarmstrong.com Git - lilypond.git/commitdiff
GDP: NR 2 Reorganisation: Vocal comments
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 19 Apr 2008 15:26:22 +0000 (16:26 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 19 Apr 2008 15:27:36 +0000 (16:27 +0100)
Documentation/user/vocal.itely

index b7437808770a1d766ce0e77156a8a807fd107752..6f9089de8c1bd2983890d376f214a607fb052692 100644 (file)
@@ -761,6 +761,21 @@ layout.
 }
 @end lilypond
 
+@snippets
+@lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
+{aligning-lyrics.ly}
+
+@c TODO Create and add lsr example of lyricMelismaAlignment
+@c It's used like this to center-align all lyric syllables,
+@c even when notes are tied. -td
+
+@ignore
+\layout
+{
+     \context { \Score lyricMelismaAlignment = #0 }
+}
+@end ignore
+
 @node Centering lyrics between staves
 @subsubsection Centering lyrics between staves
 
@@ -802,6 +817,30 @@ Stanza numbers can be added by setting @code{stanza}, e.g.,
 @noindent
 These numbers are put just before the start of the first syllable.
 
+@c TODO Create and add snippet to show how two lines of a
+@c stanza can be grouped together, along these lines: 
+@c (might need improving a bit) -td
+
+@ignore
+leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup
+#"brace105" }
+
+stanzaOneOne = {
+  \set stanza = \markup { "1. " \leftbrace }
+  \lyricmode { Child, you're mine and I love you.
+    Lend thine ear to what I say.
+    ...
+  }
+}
+
+stanzaOneThree =  {
+%  \set stanza = \markup { "   "}
+  \lyricmode { Child, I have no great -- er joy
+    Than to have you walk in truth.
+...
+  }
+}
+@end ignore
 
 @node Adding dynamics marks to stanzas
 @subsubsection Adding dynamics marks to stanzas