bug-lilypond
[Top][All Lists]
Advanced

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

Re: Staff breaking in unmetered music in LilyPond version 2.18.2.


From: Thomas Morley
Subject: Re: Staff breaking in unmetered music in LilyPond version 2.18.2.
Date: Wed, 21 Dec 2016 00:02:05 +0100

2016-12-20 23:17 GMT+01:00 Simon Albrecht <address@hidden>:
> On 20.12.2016 20:45, Mirosław Doroszewski wrote:
>>
>> In unmetered music staff breaking is not calculated automatically
>
>
> I think that is a valid feature request, and I couldn’t find any tracker
> issue.
>
> Maybe there should be a third option for
> Score.NonMusicalPaperColumn.line-break-permission, with the current default
> renamed to #'bar-lines-only and #'allow instead allowing breaks even without
> barlines? Surely that’s a performance issue?
>
> I’d like for some more opinions on this one, then I’ll open an issue.



One could already do (pseudo-code):

\cadenzaOn
\set Score.defaultBarType = #""
\set Score.barAlways = ##t

...

\set Score.defaultBarType = #"|"
\set Score.barAlways = ##f
\cadenzaOff

Do we really need more?

Cheers,
  Harm



reply via email to

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