lilypond-user
[Top][All Lists]
Advanced

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

Re: parenthesis around dot only (note value indication)


From: Aaron Hill
Subject: Re: parenthesis around dot only (note value indication)
Date: Wed, 01 May 2024 01:20:26 -0700

On 2024-05-01 12:18 am, David Kastrup wrote:
{
  \tweak Dots.extra-spacing-width #'(.2 . .2)
  <e' \single \parenthesize Dots e''>4.
}

Wish I could get the actual dots to move, but maybe someone else has an
idea for that.


Looks like the DotColumn is controlling things.  This seems to work:

%%%%
{
  \once \override Staff.DotColumn.padding = #1
  <e' \single \parenthesize Dots e''>4.
}
%%%%


-- Aaron Hill



reply via email to

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