Urs Liska <u...@openlilylib.org> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to