Hi Rip_Mus,
Try:
\relative c' {
c1 \bar ".|:-|" \break
c1
}
Cheers,
Pierre
Le dim. 14 mai 2023 à 11:17, Rip _Mus a
écrit :
> Hello,
> in the following minimal example, at the end of the first line, the
> barline is missing:
>
> ```
> \version "2.24.0"
> \relative c' {
> c1 \bar ".|:" \br
Hello,
in the following minimal example, at the end of the first line, the barline
is missing:
```
\version "2.24.0"
\relative c' {
c1 \bar ".|:" \break
c1
}
```
Is it possible to find a simple solution to implement?
Thank you!
Rip_mus