lilypond-user
[Top][All Lists]
Advanced

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

Re: Break measure


From: Jacques Peron
Subject: Re: Break measure
Date: Thu, 8 Mar 2018 20:16:51 +0100

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 <address@hidden>:
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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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