-
From: Michiel Sikma
To: lilypond-user@gnu.org
Sent: Tuesday, January 12, 2016 4:05 AM
Subject: Can't seem to merge note groups
Hi all,
I've been trying to solve a markup problem from a section of Chopin's Ballade
No.1, which I'm typesetting to teach myself
My fix doesn't _need_ the second voice, but having it does allow for proper
playback (if that's important to you).
Best,
Abraham
On Monday, January 11, 2016, Michiel Sikma wrote:
> Thanks so much Pierre and Abraham!
>
> I'm just a beginner but intuitively, it would seem that in my example both
Thanks so much Pierre and Abraham!
I'm just a beginner but intuitively, it would seem that in my example both
notes should merge. It might be a bug.
In Pierre's case there's also a need to temporarily silence the "too many
clashing notes" warning. Abraham's doesn't need the second voice at all, so
Here's another alternative that shows how you can change the displayed
notehead by changing its duration-log property:
http://lilybin.com/64zsk1/5
On the other hand, it seems that there is a bug here that should be fixed
because the top notehead is merging like it should, but not the bottom one.
Hi Michiel,
How about :
<<
{
\once\override NoteHead.stencil = ##f
8_[ d e d] }
\new Voice {
\voiceTwo
2
}
>>
...
Cheers,
Pierre
2016-01-12 5:05 GMT+01:00 Michiel Sikma :
> Hi all,
>
> I've been trying to solve a markup problem fro
Hi all,
I've been trying to solve a markup problem from a section of Chopin's
Ballade No.1, which I'm typesetting to teach myself Lilypond. It's going
pretty well but I'm having a problem with note merging. Here's an example
of what I want - http://i.imgur.com/c2ZzfUm.png - and here's a simplified