lilypond-user
[Top][All Lists]
Advanced

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

Re: Looking for work arround for partcombine's known issue


From: Ed Gordijn
Subject: Re: Looking for work arround for partcombine's known issue
Date: Sat, 25 Jan 2014 10:05:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


On 25-01-14 09:51, Ed Gordijn wrote:
Hi Keith,

Yes, thank you. Thats the trick.
... you can use the \removeWithTag feature.)


And I didn't look at you definition which is much cleaner than mine:

musicI = { e''2( a'2) e''1 }

musicII = { \partcombineApart

\tag #'partcombineOnly { \once\stemUp
\once\override NoteColumn #'ignore-collision =##t

}

e'2( a'2) \partcombineAutomatic e'1

}


\markup { Hack with tags}

<<

\new Staff { \partcombine \musicI \musicII }

\new Staff { \removeWithTag #'partcombineOnly \musicI }

\new Staff { \removeWithTag #'partcombineOnly \musicII }

>>


Greetings, Ed


reply via email to

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