lilypond-user
[Top][All Lists]
Advanced

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

Re: Add lyrics after n measures


From: Jacques Menu
Subject: Re: Add lyrics after n measures
Date: Fri, 29 Aug 2014 15:50:54 +0200

Hello Marco,

Spacer rests are available only in note mode and chord mode. In other situations, for example, when entering lyrics, the command \skip is used to skip a musical moment. \skip requires an explicit duration, but this is ignored if the lyrics derive their durations from the notes in an associated melody through \addlyrics or \lyricsto.

<< {

         a2 \skip2 a2 a2
       }
       \new Lyrics {
         \lyricmode {
           foo2 \skip 1 bla2
         }

} >>

􏰀jm

Because \skip is a command, it does not aect the default durations of following notes, unlike s

Am 29.08.2014 um 15:48:37 schrieb Marco <address@hidden>:

Hello,
I can't find in the manuals and tutorials
how to add lyrics after n measures.
I want that lyrics start at the 4th measure.
(after a little intro)
How can I do it?
I tried many ways but lyrics start always
with the first measure.

Thank you
MB


_______________________________________________
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]