I think it’s normal that the bar number disappears, as the break occurs at
the middle of the measure. If you want each part of the measure to be
counted as a measure, you could do something like that:

{
a b c d
\set Timing.measureLength = #(ly:make-moment 3 4) e f g \break
\set Timing.measureLength = #(ly:make-moment 1 4) d
\set Timing.measureLength = #(ly:make-moment 4 4) e f g a \break b
}

​

2018-03-08 18:29 GMT+01:00 Gianmaria Lari <gianmarial...@gmail.com>:

> Thank you Jacques, Kieren and Torsten,  \bar "" and \break do what I need
> (I was already using them but didn't know that I could avoid \partial!!!).
>
> But I have seen that when I use  \bar "" and \break the bar number at
> beginning of the new line disappear. Do I need to change the \override
> Score.BarNumber.break-visibility ?
>
> On 8 March 2018 at 17:40, Torsten Hämmerle <torsten.haemme...@web.de>
> wrote:
>
>> Ciao Gianmaria,
>>
>> I'm not quite sure if I've got you right, but you can break a measure
>> anywhere if you insert an (invisible) barline. After \bar "" you can
>> insert
>> \break commands wherever you want.
>>
>> HTH,
>> Torsten
>>
>>
>>
>> --
>> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to