lilypond-user
[Top][All Lists]
Advanced

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

Re: merging notes


From: David Kastrup
Subject: Re: merging notes
Date: Fri, 06 Sep 2013 19:00:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Peter Bjuhr <address@hidden> writes:

> 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 }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This one looks like a bug of the part combiner.  I'll try a fix.

> 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

-- 
David Kastrup




reply via email to

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