Re: repeat barline after fine double-barline

2021-05-01 Thread Ahanu Banerjee
Good points, Aaron, thank you. -Ahanu On Sat, May 1, 2021, 22:35 Aaron Hill wrote: > On 2021-05-01 5:56 pm, Ahanu Banerjee wrote: > > Here you go: > > > > \version "2.20.0" > > { \defineBarLine "xyz" #'("|." ".|:" "") > > \repeat unfold 7 c' > > c'-\tweak X-offset #5 _\markup \bold \italic

Re: repeat barline after fine double-barline

2021-05-01 Thread Aaron Hill
On 2021-05-01 5:56 pm, Ahanu Banerjee wrote: 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 ":|." } To f

Re: repeat barline after fine double-barline

2021-05-01 Thread Kenneth Wolcott
Thank you! Ken On Sat, May 1, 2021 at 5:57 PM Ahanu Banerjee wrote: > > 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 \it

Re: repeat barline after fine double-barline

2021-05-01 Thread Ahanu Banerjee
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 Wolc

Re: repeat barline after fine double-barline

2021-05-01 Thread Kenneth Wolcott
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 wrote: > > [SOLVED] > > I was able to figure it out using \defineBarLine. > > Thanks, >

Re: repeat barline after fine double-barline

2021-05-01 Thread Ahanu Banerjee
[SOLVED] I was able to figure it out using \defineBarLine. Thanks, -Ahanu On Sat, May 1, 2021 at 8:29 PM Ahanu Banerjee 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 > > O

Re: repeat barline after fine double-barline

2021-05-01 Thread Ahanu Banerjee
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 wrote: > Ahanu, > > > > Where is the “Fine”? > > > > Mark > > > > *From:* lilypond-user [mailto:l

RE: repeat barline after fine double-barline

2021-05-01 Thread Mark Stephen Mrotek
Ahanu, Where is the “Fine”? Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@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

repeat barline after fine double-barline

2021-05-01 Thread Ahanu Banerjee
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 unf

Re: align system to the right

2021-05-01 Thread Kieren MacMillan
> \score-lines will take a single score and return a markup list, with each > line in the score as its own markup. o_O I never fail to be (pleasantly) shocked by what Lilypond can (already!) do. Such a great feature to know about — thanks! Kieren. Kieren MacMil

Re: align system to the right

2021-05-01 Thread Kieren MacMillan
p.s. That being said… >> I am looking for something like the inverse, ragged-left... That would be a great feature — just not sure how difficult it would be to implement. [Cue Aaron, with some brilliant Scheme engraver that computes the natural width of each system and uses the line-break-sy

Re: align system to the right

2021-05-01 Thread Aaron Hill
On 2021-05-01 7:15 am, Kieren MacMillan wrote: Hi Davi, I am working on this Aperghis score to use as an example of my Abjad library. I wanna have every system aligned to the right. I have in my layout block "ragged-right = ##t". I am looking for something like the inverse, ragged-left... How

Re: align system to the right

2021-05-01 Thread Kieren MacMillan
Hi Davi, > I am working on this Aperghis score to use as an example of my Abjad library. > I wanna have every system aligned to the right. > I have in my layout block "ragged-right = ##t". > I am looking for something like the inverse, ragged-left... > How could I do that? > P.S.: I don't wanna

Re: skylines and custom-code

2021-05-01 Thread Thomas Morley
Am Fr., 30. Apr. 2021 um 09:59 Uhr schrieb Jean Abou Samra : > > Le 05/04/2021 à 12:00, Thomas Morley a écrit : > > > Hi Jean, > > > > thanks for your reply, though the situation is more complex than the > > initial minimal. Consider the following: > > > > { b'4\glissando 4 4 4 2 b'' } > > > > The