lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nudging a note


From: Aaron Hill
Subject: Re: nudging a note
Date: Tue, 31 Dec 2019 03:19:04 -0800
User-agent: Roundcube Webmail/1.3.8

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

[Prev in Thread] Current Thread [Next in Thread]