lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics and \skip


From: Arjan Bos
Subject: Re: lyrics and \skip
Date: Mon, 12 Mar 2007 16:57:07 +0100


On 16 feb 2007, at 12:08, Dominic Neumann wrote:

Hi,

I have a song with two parts. The first has also one lyrics line (the
refrain). the second part has three lyrics lines (the verses). I have
the lyrics in the vars refrain, verseOne, verseTwo and verseThree.

If I try to add them via \addlyrics, all lyrics begin at the first
bar. Then I found the command \skip, but it only skips one note and
things like mentioned in the manual "\skip 1*8" donĀ“t work (also only
skip one note).

Is there a better way to do this than inserting hundreds of skips into
the lyrics?

Dominic

The solution proposed by Mats still completely eludes me. It does something with the difference between \new lyrics and \context lyrics and the differences are still not clear to me, even after using lilypond for more than 2 years.

The solution I have is very simple. I just insert the following in every .ly file and use some binary counting for my skips.

skipOne = \lyricmode { \skip 1 }
skipTwo = \lyricmode { \skipOne \skipOne }
skipFour = \lyricmode { \skipTwo \skipTwo }
skipSix = \lyricmode { \skipTwo \skipFour }
skipEight = \lyricmode {\skipFour \skipFour }
skipSixteen = \lyricmode {\skipEight \skipEight}
skipThirtytwo = \lyricmode {\skipSixteen \skipSixteen }

And if I then need a \skip 1 * 40 I simply insert a \skipThritytwo \skipEight into my lyrics.

HTH,
Arjan


---
A marriage is always made up of two people who are prepared to swear that only the other one snores.

-- (Terry Pratchett, The Fifth Elephant)





reply via email to

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