On 12/29/2018 1:13 PM, Karlin High wrote:
Or how about the solution David Kastrup wrote

And then combine with Aaron Hill's approach, allowing an autofilled spacer rest staff to simultaneously contain additional music.

% BEGIN
\version "2.18.2"
onepart = \repeat unfold 40 { c'4 }
twopart = { c' e' g' }
% Generate spacer rests equal to length of music variable
filler = #(ly:music-compress #{ s1 #} (ly:music-length onepart))
  <<
    \new Staff { \onepart }
        \new Staff { << \twopart \\ \filler >> }
  >>
% END
--
Karlin High
Missouri, USA

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to