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

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

Reply via email to