lilypond-user
[Top][All Lists]
Advanced

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

Re: Start a staff later


From: David Kastrup
Subject: Re: Start a staff later
Date: Wed, 19 Oct 2016 11:46:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Urs Liska <address@hidden> writes:

> Hi all,
>
> I have created the attached music example, using some polymetrics
> trickery to align the differing music. As you can see the lower sample
> is shorter, starting later and stopping earlier. The lower PianoStaff
> simply stops when the music stops, and I would be happy to have the same
> effect at the beginning of the system as well.
>
> Is it possible to have the lower PianoStaff start only at its second
> measure, that is, with having the brace and the time signature only there?

Uh, have you tried something like

<<
  \new PianoStaff << \new Staff \repeat unfold 24 e'4
                     \new Staff \repeat unfold 24 c'4
                   >>
  { \skip 1*2
    \new PianoStaff << \new Staff \repeat unfold 16 e''4
                       \new Staff \repeat unfold 16 c''4
                     >>
  }
>>

-- 
David Kastrup

reply via email to

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