Aaron Hill, Thank you for your continued interest in my request. I finally came to the "non-breaking beams" cause with a "well-dah" moment.
Mark -----Original Message----- From: lilypond-user [mailto:[email protected]] On Behalf Of Aaron Hill Sent: Sunday, October 20, 2019 9:09 PM To: [email protected] Subject: Re: note spacing 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
