lilypond-user
[Top][All Lists]
Advanced

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

Re: How to auto print empty measures?


From: Karlin High
Subject: Re: How to auto print empty measures?
Date: Fri, 28 Dec 2018 16:44:50 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3

On 12/28/2018 2:22 PM, Philip Bergwerf wrote:
When working with Lilypond I want Lilypond to print the empty measures from
every instrument, like how Denemo is doing by default. For example: instr. 1
has 10 measures of music. I want lilypond to print the empty measures of all
staffs in the project.

To clarify, is this the effect you want?

% BEGIN
\version "2.19.80"
\score {
  <<
    \new Staff = "Instr1" { \repeat unfold 40 { c'4 } }
    \new Staff = "Instr2" { \repeat unfold 10 { R1 } }
  >>
}
% END

And you want the second staff to fill with empty measures (skips) or rests without having to specify how many?
--
Karlin High
Missouri, USA



reply via email to

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