On 2019-12-31 2:36 am, Simon Albrecht wrote:
another low-maintenance solution would be:

<<
  { %{ notes for top voice %} }
  \\
  { %{ notes for bottom voice %} }
  \\ \\ % NB!
  { %{ notes for middle voice %} }
>>

Seems a good case for \voices:

%%%%
  \voices 1,4,2 <<
    { %{ top %} }
    \\
    { %{ middle %} }
    \\
    { %{ bottom %} }
  >>
%%%%


-- Aaron Hill

Reply via email to