]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.34
authorfred <fred>
Sun, 24 Mar 2002 20:03:28 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:28 +0000 (20:03 +0000)
Documentation/faq.pod

index b121c5c05b91366333831967172cd240d72e67e8..e9eb1d4a73afbedfbafc7463bd6aa137d2cbb40b 100644 (file)
@@ -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<each> 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 {  }
        }