lilypond-user
[Top][All Lists]
Advanced

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

partcombine rest moves up when voice 2 has a full rest


From: Ed Gordijn
Subject: partcombine rest moves up when voice 2 has a full rest
Date: Sun, 26 Jan 2014 12:08:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi,


I have an issue with partcombine when the second voice has a full rest (r1 or R1) and the first voice starts on the last beat. It moves the quarter rest up, see the minimal example and the included figure.


Is this a known issue (I coudn't find it in the tracker) or is this a new one?


Greetings, Ed


\version "2.18.0"


\markup { Full rest doen't combine with normal rests }

musicI = { r2 r4 c''\bar "||" c''1 }

musicII = { r1 \bar "||" R1 }


{

\new Staff { \partcombine \musicI \musicII }

}


\markup { Work arround is to force the rest position }

musicI = { r2 b'4\rest c''\bar "||" c''1 }

musicII = { r1 \bar "||" R1 }

<<

\new Staff { \partcombine \musicI \musicII }

\new Staff { \musicI }

\new Staff { \musicII }

>>

Attachment: partcombine3.png
Description: PNG image


reply via email to

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