Hi,

2012/3/7 ornello <dominik.hoer...@fun.de>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to