On Wed, 11 Dec 2024 at 11:59, Owen Le Blanc wrote:
>
> Thank you, Xavier. This now works as I would expect. But isn't that
> a bug? Should bar disappear if you add it explicitly?
Well, you added 2 \bar commands at the same time (for Lilypond), which is a
line break.
So only the last one was co
Thank you, Xavier. This now works as I would expect. But isn't that
a bug? Should bar disappear if you add it explicitly?
Yours,
-- Owen
On Wed, 11 Dec 2024 at 10:01, Xavier Scheuer wrote:
>
> On Wed, 11 Dec 2024 at 10:55, Owen Le Blanc wrote:
> >
> > Actually Timothy's suggestion d
On Wed, 11 Dec 2024 at 10:55, Owen Le Blanc wrote:
>
> Actually Timothy's suggestion doesn't seem to work. I also noted that
> I wasn't using the latest stable version, and so updated. It fails
> with both. See attached.
Hello,
Don't use the \bar commands. Only \section and \repeat volta. Oth
Actually Timothy's suggestion doesn't seem to work. I also noted that
I wasn't using the latest stable version, and so updated. It fails
with both. See attached.
Yours,
-- Owen
\version "2.24.3"
song = { \key c \major \time 4/4 \relative c' {
c4 d e f \bar "||" \section \break
}
\r
On 10/12/2024 11:33, Owen Le Blanc wrote:
Somtimes I would like to have two bars at the start of a repeat,
especially where there is a line break. In the sample below I get
only a plain double bar at the start of the repeat. If I uncomment
the line '\bar ".|:"' I get only the bar for starting t