On Tue 31 Dec 2019 at 10:39:46 (-0800), Mark Stephen Mrotek wrote: > Robert, > Thank you for your solution that works perfectly!
Yes, it provides a solution to "Please provide some suggestions/alternatives for the positioning of the first note of the middle voice", but not a lot more. Using voices, as intended by LP, will be more productive (attached). Cheers, David.
\relative c' {
<<
{
c'2~ c8. dis16 e8. c16 |
b2~
^\markup { OP }
b8. dis16 e8. b16 |
a2~ a8. b16 c8. a16
} \\ {
e2 fis |
dis e |
cis dis
} \\ {
\stemDown
b'8. b16 a8. gis16 a2~ |
a8. a16 g8. fis16 g2~ |
g8. g16 fis8. e16 fis2
}
>>
}
\relative c' {
<<
{
c'2~ c8. dis16 e8. c16 |
b2~
^\markup { Blackstone }
b8. dis16 e8. b16 |
a2~ a8. b16 c8. a16
} \\ {
e2 fis |
dis e |
cis dis
} \\ {
\stemDown
\override NoteColumn #'force-hshift = #1
b'8. b16 a8. gis16 a2~ |
a8. a16 g8. fis16 g2~ |
g8. g16 fis8. e16 fis2
}
>>
}
\relative c' {
\voices 1,4,2
<<
{
c'2~ c8. dis16 e8. c16 |
b2~
^\markup { Kastrup+Hill }
b8. dis16 e8. b16 |
a2~ a8. b16 c8. a16
} \\ {
e2 fis |
dis e |
cis dis
} \\ {
b'8. b16 a8. gis16 a2~ |
a8. a16 g8. fis16 g2~ |
g8. g16 fis8. e16 fis2
}
>>
}
voices.pdf
Description: Adobe PDF document
