lilypond-user
[Top][All Lists]
Advanced

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

Partcombine with rests


From: Lukas-Fabian Moser
Subject: Partcombine with rests
Date: Fri, 20 Apr 2018 08:46:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Folks,

in the following example

\version "2.19.80"

d'' {
  R1
  r8 d4 e8 f4
}

Two = \relative g' {
  R1
  r4 e4 d2
}

\new Staff \partcombine \One \Two

Lilypond treats the quarter note rest in the second voice as reason to put "Solo" and down-stem the first note of the first voice. I'm not sure this is reasonable behaviour since the lower voice has its own rest which \partCombine (reasonably) doesn't suppress, so in fact we have a two-voice situation for the whole bar.

I know how to get rid of the "Solo" marking, and of course I could also correct the stem of the upper voice's first note by \once\stemUp, \once\voiceOne or something similar (maybe combined with tags in order to still be able to create an extra part for the first voice). But somehow I feel that \partcombine shouldn't force me to do so.

So: Is there a way to make \partcombine recognize the lower voice's quarter rest as reason to automatically treat the upper voice as the \voiceOne ?

Best
Lukas


reply via email to

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