lilypond-user
[Top][All Lists]
Advanced

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

Re: skipping whole bars in lyrics


From: Joel C. Salomon
Subject: Re: skipping whole bars in lyrics
Date: Thu, 29 Dec 2022 10:04:44 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 12/29/2022 7:53 AM, mark damerell wrote:
The best I could find in the thread above was

\lyricmode { \repeat unfold  #n {\skip 1}  (lyrics) }

which is messy because  n  is the number of notes, not bars.  There are far more
notes and you have to adjust for ties & slurs & etc. and the bars are numbered.

Partial answer: If your score is split into different music variables, you can (in 2.24) write `\skip \sopmusic` rather than `\skip <_expression_ that hopefully matches duration of \sopmusic>`.

(In 2.22, you can write `#(skip-of-length sopmusic)`, but that's sometimes finicky around unfolded repeats.)

--Joel


reply via email to

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