lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics for additional verses in LilyPond?


From: BB
Subject: Re: Lyrics for additional verses in LilyPond?
Date: Sat, 16 Jan 2016 16:22:41 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Have a look at as a start
http://www.lilypond.org/doc/v2.19/Documentation/notation/stanzas
Printing stanzas at the end in multiple columns

I do not know the formating tags to get one verse in the middle, two ones separated in neighbouring columns and the last again in the middle.
But I am shure formating is described in the manual elsewhere.

On 16.01.2016 15:26, dumbledad wrote:
Is there a way in LilyPond to simply list the lyrics corresponding to
additional verses after the end of the music, with one paragraph per verse?

N.B. This exact question has been asked before
http://lists.gnu.org/archive/html/help-gnu-music/2001-03/msg00089.html
in 2001, but the first answer ("read this book") references a dead URL, while
the second (use `\context Lyrics`) does not work for me, I get LilyPond
syntax errors.

Here's the song under which I want to write the additional verses.

\header{
   title = "JOHN BALL"
   instrument = "(for unaccompanied voice)"
   composer = "Sydney Carter"
   copyright = "From \"In the Present Tense (Songs of Sydney Carter Book 5)\",
         Stainer and Bell 1982, ISBN 9780852495001"
   tagline = ""
}

\score {
   \relative {
     \time 2/4
     \clef treble
     \tempo 4=180
     \key a \major
     cis'' a8 fis |  e4. cis8 |  d e gis fis |  e2 |
     fis4 fis8 fis | fis4 gis8 a | b a gis a | b cis d b |
     cis4 a8 fis |  e4. cis8 |  d e gis fis |  e4 a8 gis |
     fis4 fis8 fis | d' cis b a | gis2 | a \bar "||"
     b4 b |  b4. cis8 |  b a gis fis |  e2 | b'4 b8 cis |  d( cis ) b a |
     cis2 | b4 e8 d | cis4 a8 fis | e4 cis | d8 e gis fis | e4 a8 gis |
     fis4 fis8 fis | d' cis b a | gis2 | a \bar "|."
   }
\addlyrics {
     Who'll be the | la -- dy, | Who will be the | lord, | When we are |
     ruled by the | love of one an -- | o -- ther? Tell me, | Wholl be the |
     la -- dy, | Who will be the | lord, In the | light that is |
     com -- ing in the | morn -- | ing. |
     Sing, John | Ball, And | tell it to them | all: | Long live the |
     day that is | dawn -- | ing! And I'll | crow like a | cock, I'll |
     car -- ol like a | lark, For the | light that is | com -- ing In the |
     morn -- | ing.
   }
\layout { }
   \midi { }
}


\version "2.18.2"

I'd like to add verses 2, 3, and 4 underneath, separated from the music just
as words, as they are here: http://imgur.com/pv7icqd


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]