Arvid Grøtting wrote:
>
> - Is there a (reliable) way of stacking the notes in the first chord
> exactly as in the original? (I've played around with \voiceThree
> etc and \shiftOnn, not quite getting it. Is extra-offset my only
> hope here?)
>
hi!
this seems hard manual work - i've managed to reproduce the first 2 eighth
in the following manner (omitting dynamics and scripts):
voiceFive = #(context-spec-music (make-voice-props-set 5) 'Voice)
\context Staff \with {
\remove Time_signature_engraver
\remove Clef_engraver
}
{
\set Score.autoBeaming = ##f
\clef bass
<<
\context Voice="1" \relative c {
\voiceOne
e 8 [ d' !]
}
\context Voice="2" \relative c {
\voiceTwo
e 4
}
\context Voice="3" \relative c {
\voiceThree
\once \override NoteColumn #'force-hshift = #1.
\override Stem #'length-fraction = #0.8
< b > 8 [ \shiftOff d ! ]
}
\context Voice="4" \relative c {
\voiceFour
\once \override NoteColumn #'force-hshift = #1.
b 4
}
\context Voice="5" \relative c {
\voiceFive \stemDown
\once \override NoteColumn #'force-hshift = #1.
e, 4
}
>>
}
--
View this message in context:
http://www.nabble.com/two-problems%3A-vertical-brackets-and-simultaneous-voices-tp25949707p25955490.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user