Re: Spannerize glyphs, markups etc. ?

2021-02-03 Thread Pierre Perol-Schneider
Hi Dimitris, Here's a trial (every adjsutment are manual): %% \version "2.22.0" curl = \markup \stencil #(make-path-stencil '(M 0 0 C 4 0 4 5 2.5 5 C 1 5 1 0 5 0) .15 .6 .6 #f) mors = \markup \stencil #(make-path-stencil '(M 0 0 L .5 0 M 1.5 0 L 3 0) .15 .6

Spannerize glyphs, markups etc. ?

2021-02-03 Thread Dimitris Marinakis
Does anyone have any code that allows us to "spannerize" repeated or alternating paths and musicglyphs ? e.g. - • - • - • - or even asymmetric patterns like - - • - > - • I think an effort for such a code would also be really useful for evolving spanners. (trills with various speeds etc.) If I'm

lilypond-book.py can hang on Windows 10; I know why; I need help to fix it

2021-02-03 Thread Daniel Connors
Back on January 12, 2021, I wrote to this forum about a problem I was having running the example from https://lilypond.org/doc/v2.19/Documentation/usage/an-example-of-a-musicological-document for embedding Lilypond code inside a LaTeX document. The python script, lilypond-book.py starts up, I get

Re: Code Max length

2021-02-03 Thread Carl Sorensen
On 2/3/21, 7:47 AM, "Henning Hraban Ramm" wrote: > Am 03.02.2021 um 15:26 schrieb Ludovic Teysseire : > > > Hello David, > > I think you are right and the problem is memory rather than lilypond. It is true that my computer is a dog. > > As it

Re: Code Max length

2021-02-03 Thread Henning Hraban Ramm
> Am 03.02.2021 um 15:26 schrieb Ludovic Teysseire > : > > > Hello David, > > I think you are right and the problem is memory rather than lilypond. It is > true that my computer is a dog. > > As it happened, I typed everything in lilypond directly. > > I think I am going to input

Re: Code Max length

2021-02-03 Thread Jacques Menu
Hello Ludovic, You’ll be much better off using Frescobaldi as your LilyPond editor, with many tools and facilities as bonus. As the french saying goes : « l’application Lilyond a le mérite d’exister… » JM > Le 3 févr. 2021 à 15:26, Ludovic Teysseire a > écrit : > > > Hello David, > > I

Re: Code Max length

2021-02-03 Thread Ludovic Teysseire
Hello David, I think you are right and the problem is memory rather than lilypond. It is true that my computer is a dog. As it happened, I typed everything in lilypond directly. I think I am going to input everything in separate files. Thank you for your help and have a good day.

Re: Code Max length

2021-02-03 Thread David Wright
On Wed 03 Feb 2021 at 10:25:59 (+), Ludovic Teysseire wrote: > > I recently started coding a piano score on Lilypond version 2.20.0 comprised > of roughly 250 bars. However, I have been unable to input anything after a > while. It seems that I can change the code however I want as long as I

Re: Code Max length

2021-02-03 Thread Thomas Morley
Am Mi., 3. Feb. 2021 um 14:30 Uhr schrieb Ludovic Teysseire : > > Dear lilypond community, > > I recently started coding a piano score on Lilypond version 2.20.0 comprised > of roughly 250 bars. However, I have been unable to input anything after a > while. It seems that I can change the code

Re: Code Max length

2021-02-03 Thread Jean Bréfort
Hi, It happened to my son a few years ago, the issue was not enough RAM, and the solution was to build the score on a more powerful computer. Juts an idea… Jean Le mercredi 03 février 2021 à 10:25 +, Ludovic Teysseire a écrit : > Dear lilypond community, > > I recently started coding a

Re: Code Max length

2021-02-03 Thread Martín Rincón Botero
Hi Ludovic, you’ll need to post the error message you get. Since I recently typeset an even larger score with a somewhat larger instrumentation, I don’t believe there’s anything like a maximal code length. Cheers, Martín. www.martinrinconbotero.com On 3. Feb 2021, 14:32 +0100, Ludovic

Code Max length

2021-02-03 Thread Ludovic Teysseire
Dear lilypond community, I recently started coding a piano score on Lilypond version 2.20.0 comprised of roughly 250 bars. However, I have been unable to input anything after a while. It seems that I can change the code however I want as long as I do no exceed 28,072 characters. Could you

Re: Aligning note to different voice across staves

2021-02-03 Thread Pierre Perol-Schneider
Hi Thibault, hi Carl, Carl, your workaround's find but the hidden stem and flag could affect the staff-staff spacings. (A hidden whole/half note would affect the horizontal spacing) E.g. : \version "2.22.0" \new PianoStaff << \new Staff << \relative { e'16 f g e e f g e } \\ d'2 >> \new