From: fred Date: Sun, 24 Mar 2002 20:03:28 +0000 (+0000) Subject: lilypond-0.1.34 X-Git-Tag: release/1.5.59~3562 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3e69b874d49313bc63d795694990334d78d2b4a;p=lilypond.git lilypond-0.1.34 --- diff --git a/Documentation/faq.pod b/Documentation/faq.pod index b121c5c05b..e9eb1d4a73 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -126,8 +126,8 @@ 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 +Q: How do I place lyrics under I of the staves in a score, as in +choral music. 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 @@ -137,9 +137,9 @@ staff/lyricline \score { < \melodic \type Staff = "treble" \trebleMelody - \lyric \type Lyrics = "tlyrics" \trebtext + \lyric \type Lyrics = "tlyrics" \trebtext \type Staff = "bass" \melodic \bassMelody - \lyric \type Lyrics = "blyrics" \basstext + \lyric \type Lyrics = "blyrics" \basstext > \paper { } }