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

2016-12-20 Thread Simon Albrecht

On 21.12.2016 00:02, Thomas Morley wrote:

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


Wow, I wasn’t aware of the barAlways property! That’s exactly what’s needed.

Best, Simon

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2016-12-20 Thread Thomas Morley
2016-12-20 23:17 GMT+01:00 Simon Albrecht :
> 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

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2016-12-20 Thread Simon Albrecht

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.

Best, Simon

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond