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: Sun, 26 Jan 2014 08:58:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Keith,

In the particular example you show, of course, the tags are not needed,
because the overrides you want for the part-combined music (stem up and un-shifted NoteColumn) are also the desired and default output for the individual part with the lower E.

You are right. But if I add an override for the stem length than you do need the tags.

Greetings and thanks again, Ed


\version "2.18.0"


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

musicII = {

\partcombineApart

\tag #'partcombineOnly {

\once \stemUp

\once \override Stem.length = #8

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

>>





Attachment: partcombine.png
Description: PNG image


reply via email to

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