On 09/06/2013 06:24 PM, Peter Bjuhr wrote:
But obviously the result you are after can be achieved in same way. I will look into it further in a moment...

Maybe this is in the right direction...

\version "2.17.10"

lcl = { \revert MultiMeasureRest #'staff-position }
ma = \relative c' { \lcl
                    \partcombineAutomatic
                    d1 |
                    \partcombineApart
                    g2 g |
                    \partcombineAutomatic
                    R1
                    \fermataMarkup }
mb = \relative c' { \lcl
                    d1 | d2 d | R1
                    \fermataMarkup }


  \new Staff <<
  \set Staff.aDueText = #"ma + mb"
  { \partcombine \ma \mb }
  >>

Best
Peter

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

Reply via email to