Re: Text spanner with middle text

2020-05-31 Thread Valentin Villenave
On 5/31/20, James Worlton wrote: > Is there a way to do this using a single text spanner? I could probably > fake it with 2 spanners, but would rather not if I didn't have to, since > the positioning of the middle text would be trial and error. Indeed. But I think that if you’re looking for

Re: Rules for beam subdivision

2020-05-31 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 05:06 Uhr schrieb Vaughan McAlley : > > Hi, > > Beam subdivision is great, but is there a way of automatically turning it off > for just sixteenths? So recreating this example, but without constantly > turning subdivision on and off. > > Cheers, > Vaughan > > A first

Re: BendBefore / BendSpanner examples?

2020-05-31 Thread Paul Scott
My apologies! My definition below needs: #(define (scoop-stencil grob)   (ly:stencil-combine-at-edge    (ly:note-head::print grob) 0 -1    (grob-interpret-markup grob     (markup #:with-dimensions '(0 . 0) '(0 . 0) #:translate '( -2 . -2) #:musicglyph "brackettips.up" )) 0 ) ) Paul On

Re: BendBefore / BendSpanner examples?

2020-05-31 Thread Paul Scott
On 5/31/20 9:44 AM, Wim van Dommelen wrote: Hi Pierre, Marvellous, I looked at it this morning and thought one couldn't do that so fast! Now I can also finish that code :-) Or I have this definition in my main include file: scoop = \once \override NoteHead #'stencil = #scoop-stencil Then

Arpeggio by Dieupart

2020-05-31 Thread Franz-Rudolf Kuhnen
Hi, in his "Six Suittes de Clavessin" Dieupart used a specific sign for an arpeggio. -> Attachment How can I do that with Lilypond? Thank You in advanced for Your help Regards Franz-Rudolf https://www.kuhnen-musik.de https://noten.kuhnen-musik.de

Re: Arpeggio by Dieupart

2020-05-31 Thread Urs Liska
Am Sonntag, den 31.05.2020, 22:31 +0200 schrieb Franz-Rudolf Kuhnen: > Hi, > > in his "Six Suittes de Clavessin" Dieupart used a specific sign for > an > arpeggio. -> Attachment > How can I do that with Lilypond? Here is an includable function for slashed beams:

Line breaks in polymetric music

2020-05-31 Thread Sami Amiris
Hello all esteemed members. I am writing a heavily polymetric piece and I have issues with line breaking in a system. To make a long story short, they don't work well for me. So, I prepared an example: This one I would be most grateful if someone managed to

Re: Text spanner with middle text

2020-05-31 Thread James Worlton
Thanks Valentin! I think this will be able to do what I need. James > On May 30, 2020, at 23:23, Valentin Villenave wrote: > > On 5/31/20, James Worlton wrote: >> Is there a way to do this using a single text spanner? I could probably >> fake it with 2 spanners, but would rather not if I

Re: bach chorales

2020-05-31 Thread Valentin Villenave
On 5/31/20, Ph. Hezaine wrote: > The link > http://superbonus.project.free.fr/spip.php?article48 > is up again but not all the site. For instance the midi files of > Superbonus are missing. Hey Phil, good to know! Thanks for bringing it back online in good shape. > For Matt: If you want you

Re: bach chorales

2020-05-31 Thread Ph. Hezaine
Le 24/05/2020 à 16:51, Matt Wallis a écrit : On 24/05/2020 15:00, Ph. Hezaine wrote: An updated version with included tar.bz2 sources is available: http://superbonus.project.free.fr/spip.php?article48 Phil, Many thanks for this work. With your permission, I would like to add the updates to

Re: BendBefore / BendSpanner examples?

2020-05-31 Thread Wim van Dommelen
Hi Pierre, Marvellous, I looked at it this morning and thought one couldn't do that so fast! Now I can also finish that code :-) You're the fast, one and single winner, mail me you IBAN and Swift-code (by seperate email) and I'll send you the reward a.s.a.p. Promis is promis! Regards, Wim.

Re: BendBefore / BendSpanner examples?

2020-05-31 Thread Pierre Perol-Schneider
You're welcome Wim, free of charge! Cheers, Pierre Le dim. 31 mai 2020 à 18:44, Wim van Dommelen a écrit : > Hi Pierre, > > Marvellous, I looked at it this morning and thought one couldn't do that > so fast! Now I can also finish that code :-) > > You're the fast, one and single winner, mail me

Re: Arpeggio by Dieupart

2020-05-31 Thread Andrew Bernard
I was going to mention that (me being the author). :-) It is a very flexible function. The effort in setting up openlilylib would be well rewarded, and there is a lot of other good stuff there as well. If you want other French ornaments, there has been recent discussion of how to do that on

Re: Line breaks in polymetric music

2020-05-31 Thread Andrew Bernard
Hi Sami, This is a known tricky problem. Search the archives of this list about this. There is quite a lot of discussion. It's not a shortcoming of lilypond but a consequence of non commensurate lines. Andrew On Mon, 1 Jun 2020 at 07:25, Sami Amiris wrote: > I am writing a heavily polymetric

Cautionary clef collision with rest

2020-05-31 Thread Josiah Boothby
I'm struggling to increase the padding for a cautionary clef in a slightly crowded line, since it's colliding with rests when there are notes on other lines. Attached is an image of the score I'm working with as I'm struggling to come up with a concise test snippet that doesn't have other

Re: Cautionary clef collision with rest

2020-05-31 Thread Pierre Perol-Schneider
Hi Josiah, Maybe try: \version "2.20.0" { \clef F \time 3/4 R2.*3 \clef G g4 r r g r r \once\override Staff.Clef.X-extent = #'(-5 . 5) \clef F } and properly set the extent. HTH. Cheers, Pierre Le lun. 1 juin 2020 à 07:32, Josiah Boothby a écrit : > I'm struggling to increase

Re: BendBefore / BendSpanner examples?

2020-05-31 Thread Pierre Perol-Schneider
Hi Paul Le dim. 31 mai 2020 à 21:10, Paul Scott a écrit : > Or I have this definition in my main include file: > > scoop = \once \override NoteHead #'stencil = #scoop-stencil > > Then I just do \scoop a4 for example. > > Paul > To stick to the images, you can also do: #(define (scp-stencil