Here you go:
\version "2.20.0"
{ \defineBarLine "xyz" #'("|." ".|:" "")
\repeat unfold 7 c'
c'-\tweak X-offset #5 _\markup \bold \italic "Fine"
\bar "xyz" \break
\repeat unfold 7 c' c'_\markup \bold \italic "D.C. al Fine"
\bar ":|." }
-Ahanu
On Sat, May 1, 2021 at 8:50 PM Kenneth Wolcott <[email protected]>
wrote:
> Hi Ahanu;
>
> Please post the working code snippet so that I can learn from your
> trial and error and perhaps improve my engravings as a result.
>
> Thanks,
> Ken Wolcott
>
> On Sat, May 1, 2021 at 5:44 PM Ahanu Banerjee <[email protected]> wrote:
> >
> > [SOLVED]
> >
> > I was able to figure it out using \defineBarLine.
> >
> > Thanks,
> > -Ahanu
> >
> >
> > On Sat, May 1, 2021 at 8:29 PM Ahanu Banerjee <[email protected]>
> wrote:
> >>
> >> The "Fine" would occur at the line break, thus requiring "|." at the
> end of the first line and ".|:" at the beginning of the next line.
> >>
> >> Thanks,
> >> -Ahanu
> >>
> >> On Sat, May 1, 2021, 20:26 Mark Stephen Mrotek <[email protected]>
> wrote:
> >>>
> >>> Ahanu,
> >>>
> >>>
> >>>
> >>> Where is the “Fine”?
> >>>
> >>>
> >>>
> >>> Mark
> >>>
> >>>
> >>>
> >>> From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=
> [email protected]] On Behalf Of Ahanu Banerjee
> >>> Sent: Saturday, May 1, 2021 3:29 PM
> >>> To: [email protected]
> >>> Subject: repeat barline after fine double-barline
> >>>
> >>>
> >>>
> >>> Hi,
> >>>
> >>> As per the subject line, I am trying to get a "repeat" (".|:") barline
> after a "Fine", which has a bold double-barline ("|.") at the end of a line.
> >>>
> >>> The closest I have found in documentation is ".|:-||", which yields
> "||", not "|.", at the line break.
> >>>
> >>>
> >>>
> >>> Example:
> >>>
> >>> \version "2.20.0"
> >>>
> >>> { \repeat unfold 8 c' \bar ".|:-||" \break
> >>>
> >>> \repeat unfold 8 c' \bar ":|." }
> >>>
> >>>
> >>>
> >>> Any suggestions would be appreciated.
> >>>
> >>>
> >>>
> >>> Cheers,
> >>>
> >>> -Ahanu
>