Thank you, Valentin, it did help.
Reuben

On Sun, Mar 13, 2022 at 1:27 PM Valentin Petzel <valen...@petzel.at> wrote:

> Hello Reuben,
>
> it is hard to understand you problem if you do not give us an example of
> what
> you want and what you are trying. That being said, getting bar lines into
> Mensural staves is something supported with 2.23. If you want the remain
> of a
> previous version you can fix this with some context changes:
>
> $(define v (ly:version))
> $(if (or (< (car v) 2) (and (= (car v) 2) (<= (cadr v) 22)))
>      #{
> \layout {
>   \context {
>     \MensuralStaff
>     \revert BarLine.transparent
>     \override BarLine.hair-thickness = #0.6
>     \override BarLine.thick-thickness = #0.6
>   }
>   \context {
>     \Score
>     defaultBarType = #""
>   }
> }
>      #})
>
> \new MensuralStaff { c d e f \bar ":|." g a b c }
> \new MensuralStaff { c d \repeat volta 2 { e f g a } b c }
>
> Cheers,
> Valentin
>
> Am Sonntag, 13. März 2022, 08:50:48 CET schrieb Reuben Kagan:
> > Hello Lilypond users,
> >
> > I am using MensuralVoice   to copy some Renaissance music, but it has a
> > repeat inside,
> > and it just isn't shown.
> >
> > what is the quickest way to add just a repeat sign in the end in this
> case?
> > Thanks
> > Reuben
>
>

Reply via email to