lilypond-user
[Top][All Lists]
Advanced

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

interesting implementation detail of \partcombine


From: Mike Solomon
Subject: interesting implementation detail of \partcombine
Date: Sun, 30 Aug 2015 09:03:11 +0300

I just realized that when one uses spacer rests instead of full-measure rests in a voice that is being part combined, if there are full-measure rests in the other voice, those rests will be shifted up.
Not a biggie, but perhaps it should be documented if it is intended behavior or fixed to work like full-measure rests if intended behavior.  What do people think?

Cheers,
MS

foo = {
  R1 |
  R1 |
  a''1 |
}

bar = {
  s1 |
  s1 |
  f''1 |
}

\new Staff \new \Voice \partcombine \foo \bar

reply via email to

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