From 379d549ab7241b8a0198afcb0fa1af1519bc8c34 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:03:24 +0000 Subject: [PATCH] lilypond-0.1.33 --- Documentation/faq.pod | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 45a3cceb2e..b121c5c05b 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -126,6 +126,27 @@ specify a()a()a +Q: how do I place lyrics under _each_ of the staves in a score, as in +choral mus$ I can work out how to put lyrics for each line all under +the top line, or at the bottom but not between! + +A: You change the order lyrics and staves. You have to name all +staves (lyric and melodic), otherwise they will end up in the same +staff/lyricline + + + \score { + < \melodic \type Staff = "treble" \trebleMelody + \lyric \type Lyrics = "tlyrics" \trebtext + \type Staff = "bass" \melodic \bassMelody + \lyric \type Lyrics = "blyrics" \basstext + > + \paper { } + } + + + + Q: I want to insert some TeX commands A: You shouldn't: it's against LilyPond philosophy to have typesetting -- 2.39.5