lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat barline after fine double-barline


From: Ahanu Banerjee
Subject: Re: repeat barline after fine double-barline
Date: Sat, 1 May 2021 20:56:53 -0400

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 <kennethwolcott@gmail.com> 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 <ahanuban@gmail.com> wrote:
>
> [SOLVED]
>
> I was able to figure it out using \defineBarLine.
>
> Thanks,
> -Ahanu
>
>
> On Sat, May 1, 2021 at 8:29 PM Ahanu Banerjee <ahanuban@gmail.com> 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 <carsonmark@ca.rr.com> wrote:
>>>
>>> Ahanu,
>>>
>>>
>>>
>>> Where is the “Fine”?
>>>
>>>
>>>
>>> Mark
>>>
>>>
>>>
>>> From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr.com@gnu.org] On Behalf Of Ahanu Banerjee
>>> Sent: Saturday, May 1, 2021 3:29 PM
>>> To: lilypond-user@gnu.org
>>> 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

reply via email to

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