lilypond-user
[Top][All Lists]
Advanced

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

Re: collision of notehead and stem


From: Thomas Morley
Subject: Re: collision of notehead and stem
Date: Thu, 8 Mar 2012 09:46:25 +0100

Hi,

2012/3/7 ornello <address@hidden>:
> The best solution I found was using \shiftOff for the
> half note. I would have preferred the half note be placed to the right of
> the colliding chord instead of merging it with the chord, [...]

try:

\version "2.14.2"

{
\new Staff <<
\key c \major
\time 4/4
\clef violin
\new Voice {
\voiceOne
% 38
b'8\trill
r8
cis''8.[  \(
bis'!32 (
cis''32]  ) \)
dis''8
r8
e''8.\trill [  \(
dis''32 (
e''32]  ) \)
}
\new Voice {
\voiceTwo
% 38
< dis'
fis' > 8
s8
ais'!4
b'!8
s8
< fis'
cis'' > 4
}
\new Voice {
\voiceFour % !!!
% 38
s4
\once\override NoteColumn #'force-hshift = #0.3
fis'2
s4
}
>>
}

HTH,
  Harm



reply via email to

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