lilypond-user
[Top][All Lists]
Advanced

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

Growing beam position


From: Paolo Prete
Subject: Growing beam position
Date: Wed, 3 Nov 2021 19:27:58 +0100

Hello,

is there a way to *automatically* have a growing beam on 32th notes with a horizontal middle line?

Currently I do that by tweaking Beam.positions (see below), but I wonder if is there a way to avoid this trial-and-error procedure:

Thanks!
P

%%%
\version "2.22.0"
{
  \override Beam.grow-direction = #RIGHT
  \override Beam.positions = #'(0 . 0.8)
  { c32[ d e f] }
}
%%%

reply via email to

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