lilypond-user
[Top][All Lists]
Advanced

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

Re: note spacing


From: Aaron Hill
Subject: Re: note spacing
Date: Sun, 20 Oct 2019 21:09:03 -0700
User-agent: Roundcube Webmail/1.3.8

On 2019-10-20 8:28 pm, Mark Stephen Mrotek wrote:
Thank you for your response and suggestions.
The \paper command does not make any changes.
A \break cannot be inserted on any of the measures with cross bar beam.
My last resort is to remove the beams.

That is because Beams are not breakable by default. You can change that:

%%%%
\version "2.19.83"
\paper { indent = #0 ragged-right = ##t }

break-beams = \override Beam.breakable = ##t

{ b'2.. \once \break-beams 8[ | \break 8] 2.. }
%%%%


-- Aaron Hill

Attachment: breakable-beam.cropped.png
Description: PNG image


reply via email to

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