You might use a little helper function, to reduce typing:

--snip--
\version "2.12.3"

lskip = #(define-music-function (parser location count)(integer?)
  #{
    \repeat unfold $count { \skip 4 }
#})
% random music with random lyrics and a counted skip in verse two
\relative c' {
  e g a b c d d c
}
\addlyrics {
  a b c d e f g h
}
\addlyrics {
  i j \lskip #4 l m
}
\addlyrics {
  n o p q r s t u
}
--snip--

Hope it helps.
Cheers,
Jan-Peter


On 10.03.2011 08:55, Timothy Sheasby wrote:
The documentation says that the number of the skip is ignored in the lyrics but still has to be there. I am glad to learn the \repeat unfold tip too though. I have been typing '_' to space out areas in lyrics because it takes too long to type the '\skip 8'.

On 09 Mar 2011, at 10:49 PM, MING TSANG wrote:

Thank you. It works.

What "8" means on the \skip 8? I use "4" and I get the same result. The 120 notes are a mixture of eight- note, quarter-note, half-note and some dotted-note.

------------------------------------------------------------------------
*<From:*Francisco Vila <[email protected] <mailto:[email protected]>>
*<To:*MING TSANG <[email protected] <mailto:[email protected]>>
*<Cc:*[email protected] <mailto:[email protected]>
*<Sent:*Wed, March 9, 2011 3:17:21 PM
*<Subject:*Re: skip lyrics

<2011/3/9 MING TSANG <[email protected] <mailto:[email protected]>>:
<> I have two verses for a score. The score has 30 measures (bars). However
<> only first 4 measures and last 4 measure have distinct two verses, the
<> middle sections lyrics of two verses are identical.
<>
<> Right low I code verse 2 with lyrics for first 4 measure follow with 120 " "
<> for the notes, then lyrics for the last 4 measures.
<>
<> Question: Is it possible to code verse 2 simpler than 120 " "s? It seems
<> that \skip 8  only does for a note which means 120 \skip 8.

<Use repeats, if I understood well this should work:

<\repeat unfold 120 { \skip 8 }
<--
<Francisco Vila. Badajoz (Spain)
<www.paconet.org <http://www.paconet.org>,www.csmbadajoz.com <http://www.csmbadajoz.com>
_______________________________________________
lilypond-user mailing list
[email protected] <mailto:[email protected]>
http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to