On 12/29/2018 12:49 PM, Kieren MacMillan wrote:
determine the [Voice?] context with the longest duration, and auto-fill any 
[Voice?] contexts that are shorter.


Or how about the solution David Kastrup wrote in May 2018, with the "Adding a continuous drone to midi output" threads. I forget exactly how that ended up, but here's what it started with.

% BEGIN
\version "2.18.2"
onepart = \repeat unfold 80 { c'4 }
% Generate spacer rests equal to length of music variable
filler = #(ly:music-compress #{ s1 #} (ly:music-length onepart))
  <<
    \new Staff { \onepart }
    \new Staff { \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