lilypond-user
[Top][All Lists]
Advanced

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

Re: Turn off merge-differently-headed for one note


From: Nick Payne
Subject: Re: Turn off merge-differently-headed for one note
Date: Tue, 29 Jun 2010 17:13:46 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11pre) Gecko/20100626 Shredder/3.0.6pre

On 29/06/10 16:04, Dmytro O. Redchuk wrote:
On Tue 29 Jun 2010, 08:43 Nick Payne wrote:
I have a guitar piece in two voices in which I'm using
\mergeDifferentlyHeadedOn in the \score section to merge the same
notes in the two voices. However, there are a couple of places where
I want the same note played on two different strings and therefore
don't want the notes merged. I tried using

\once \override Staff.NoteCollision #'merge-differently-headed = ##f

before the relevant notes in both voices, but those notes are still
getting merged. Is it possible to override the
\mergeDifferentlyHeadedOn for individual notes? In the example
below, how can I prevent the first note in each voice from being
merged?
You can use
   \once \override NoteColumn #'force-hshift = #1
for one note in one voice, can't you?
Thanks, that does the trick.

Nick



reply via email to

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