From fe0e7a1329a89c07bd1e74ae3cf41e7cc167935e Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 5 Aug 2008 11:28:47 +0200 Subject: [PATCH] Moved snippet to a better place --- Documentation/user/vocal.itely | 47 ++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/Documentation/user/vocal.itely b/Documentation/user/vocal.itely index fbdb90f4c7..a597b8c970 100644 --- a/Documentation/user/vocal.itely +++ b/Documentation/user/vocal.itely @@ -74,28 +74,6 @@ by examining the simplest method, and gradually increase complexity. * Stanzas:: @end menu -@snippets - -Checking to make sure that text scripts and lyrics are within the margins is -a relatively large computational task. To speed up processing, LilyPond does -not perform such calculations by default; to enable it, use - -@example -\override Score.PaperColumn #'keep-inside-line = ##t -@end example - -To make lyrics avoid bar lines as well, use - -@example -\layout @{ - \context @{ - \Lyrics - \consists "Bar_engraver" - \consists "Separating_line_group_engraver" - \override BarLine #'transparent = ##t - @} -@} -@end example @node Common notation for vocals @subsection Common notation for vocals @@ -876,6 +854,30 @@ layout. @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] {aligning-lyrics.ly} + +@snippets + +Checking to make sure that text scripts and lyrics are within the margins is +a relatively large computational task. To speed up processing, LilyPond does +not perform such calculations by default; to enable it, use + +@example +\override Score.PaperColumn #'keep-inside-line = ##t +@end example + +To make lyrics avoid bar lines as well, use + +@example +\layout @{ + \context @{ + \Lyrics + \consists "Bar_engraver" + \consists "Separating_line_group_engraver" + \override BarLine #'transparent = ##t + @} +@} +@end example + @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 @@ -887,6 +889,7 @@ layout. } @end ignore + @node Centering lyrics between staves @subsubsection Centering lyrics between staves -- 2.39.2