Hi Mark,
another low-maintenance solution would be:
<<
{ %{ notes for top voice %} }
\\
{ %{ notes for bottom voice %} }
\\ \\ % NB!
{ %{ notes for middle voice %} }
>>
Best, Simon
On 31.12.19 07:09, Mark Stephen Mrotek wrote:
Hello to All
Please provide some suggestions/alternatives for the positioning of
the first note of the middle voice.
Thank you and Happy New Year!
Mark
\version "2.19.83"
\relative c' {
<<{c'2~ c8. dis16 e8. c16 | b2~ 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}>>
}