Hello Jogchum,
you will see that \partCombine does make very basic decisions, so often you
will find yourself in need to manually intervene (often this is not a question
about adding slurs to each voice). In case you want to force a particular
behaviour use one of the commands
\partCombineApar
Op 20-02-2023 om 12:24 schreef Xavier Scheuer:
On Mon, 20 Feb 2023 at 12:15, Jogchum Reitsma wrote:
>
> This gives the result I would like to see (well, almost: the first
bar still has separated stems/beams, but that's nitpicking).
>
> I applied it to the piece the snippet was an excerpt from,
On Mon, 20 Feb 2023 at 12:15, Jogchum Reitsma wrote:
>
> This gives the result I would like to see (well, almost: the first bar
still has separated stems/beams, but that's nitpicking).
>
> I applied it to the piece the snippet was an excerpt from, and it renders
beautifully.
>
> Thanks a lot!
Hel
Op 20-02-2023 om 11:13 schreef Xavier Scheuer:
On Mon, 20 Feb 2023 at 10:44, Jogchum Reitsma wrote:
>
> Hi,
>
> In below snippet, lilypond renders two beams for the two voices, and,
> because I want the stems to have the same direction,
> the result for the 8th-notes is that they seem to be 16th
Op 20-02-2023 om 11:59 schreef Valentin Petzel:
Hi Jogchum,
please keep it on the list!
Not for the first time I stand corrected here, apologies!
The first one does exactly what it states it does,
it creates two voices.
The second one does what you actually want, which is a single voice featu
Hi Jogchum,
please keep it on the list! The first one does exactly what it states it does,
it creates two voices.
The second one does what you actually want, which is a single voice featuring
all notes as chords. If you have different rhythms you’ll need to combine these
approaches and employ
On Mon, 20 Feb 2023 at 10:44, Jogchum Reitsma wrote:
>
> Hi,
>
> In below snippet, lilypond renders two beams for the two voices, and,
> because I want the stems to have the same direction,
> the result for the 8th-notes is that they seem to be 16th notes.
>
> Is there a way to avoid this, and to
Hi Jogchum,
the reason for your issues is that you are using voice 2 (i.e. lowest voice)
with a \stemUp, which will cause issues to resolve collision. Generally you
should avoid using \stemUp and \stemDown unless you really need to use it and
rather use the correct Voice.
If you were to use \v
Hi,
In below snippet, lilypond renders two beams for the two voices, and,
because I want the stems to have the same direction,
the result for the 8th-notes is that they seem to be 16th notes.
Is there a way to avoid this, and to join the two beams to one?
Thanks in advance!,
regards, Jogchum