Re: how to repeat a scheme function that creates a Score

2022-04-07 Thread Jean Abou Samra
Le 07/04/2022 à 07:55, Jeff Olson a écrit : On 4/6/2022 12:35 AM, Jean Abou Samra wrote: The attached MWE file has lots of my failed attempts commented out (I'm at a teachable moment if someone has a moment to teach).  Or just point me to the right manual page(s). Here is a piece of code

Re: bug in magnetic snapping lyrics engraver

2022-04-07 Thread Werner LEMBERG
>> Did I miss something? > > Whoops, big problem at line breaks ... This is ingenious :-) Thanks *a lot* for this solution. In my tests it seems to work fine. Two comments. * I *strongly* vote for polishing and documenting this so that it can be added to LilyPond. It's an invaluable

Re: bug in magnetic snapping lyrics engraver

2022-04-07 Thread Jean Abou Samra
Le 07/04/2022 à 11:44, Werner LEMBERG a écrit : Did I miss something? Whoops, big problem at line breaks ... This is ingenious :-) Thanks *a lot* for this solution. In my tests it seems to work fine You're welcome. Two comments. * I *strongly* vote for polishing and documenting this so

Re: bug in magnetic snapping lyrics engraver

2022-04-07 Thread Werner LEMBERG
> The second bug is super hard to fix: when you tell LilyPond about > spacing constraints between lyrics, before line breaking, you need > to assume a lyric syllable won't be moved to the left by > 'magnetism', because if you do, the spacer might think it can space > its right neighbor more to

installing lilypond-mode for emacs on Linux

2022-04-07 Thread Paul Scott
Greetings, I've forgotten too much.  I see the instructions for activating lilypond-mode and am not remembering enough to get it to work. TIA for any help, Paul

Re: Unable to use repeat volta

2022-04-07 Thread David Kastrup
Omer Katzir writes: >> On 7 Apr 2022, at 18:03, David Kastrup wrote: >> >> Omer Katzir writes: >> >>> Using on macOS Monterey, compiled from macports >>> >>> Taken the snippet from >>> https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats >>>

Re: Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Thank you everyone for your answers, Google wasn’t the best choice when I was looking for this. Thank you for guiding me for the right place! > On 7 Apr 2022, at 18:03, David Kastrup wrote: > > Omer Katzir writes: > >> Using on macOS Monterey, compiled from macports >> >> Taken the snippet

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread David Kastrup
Paul Scott writes: > Greetings, > > I've forgotten too much.  I see the instructions for activating > lilypond-mode and am not remembering enough to get it to work. > > TIA for any help, cd elisp make sudo make install probably. -- David Kastrup

Re: Unable to use repeat volta

2022-04-07 Thread Xavier Scheuer
On Thu, 7 Apr 2022 at 16:20, Omer Katzir wrote: > > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > > (snip) > Hello, You are using development version (2.23.x) syntax/features with stable (2.22.2)

Re: German chords with uppercase bass

2022-04-07 Thread Henning Hraban Ramm
Am 07.04.22 um 17:05 schrieb David Kastrup: Henning Hraban Ramm writes: As is shown e.g. in https://lilypond.org/doc/v2.22/Documentation/snippets-big-page.de.html “Changing the chord names to German or semi-German notation”, \germanChords changes bass notes of chords like a:m/c to lowercase.

Re: bug in magnetic snapping lyrics engraver

2022-04-07 Thread Kieren MacMillan
Hi Werner (et al.), > This is ingenious :-) Thanks *a lot* for this solution. +1 (x2) > * I *strongly* vote for polishing and documenting this so that it can > be added to LilyPond. It's an invaluable feature IMHO, greatly > enhancing Lyrics. YES PLEASE!! If anyone is interested in

Re: bug in magnetic snapping lyrics engraver

2022-04-07 Thread Carl Sorensen
On Thu, Apr 7, 2022 at 10:04 AM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Werner (et al.), > > > This is ingenious :-) Thanks *a lot* for this solution. > > +1 (x2) > > > * I *strongly* vote for polishing and documenting this so that it can > > be added to LilyPond. It's an

Re: German chords with uppercase bass

2022-04-07 Thread David Kastrup
Henning Hraban Ramm writes: > As is shown e.g. in > https://lilypond.org/doc/v2.22/Documentation/snippets-big-page.de.html > “Changing the chord names to German or semi-German notation”, > \germanChords changes bass notes of chords like a:m/c to lowercase. > > While I don’t believe that this is

Re: Unable to use repeat volta

2022-04-07 Thread Michael Gerdau
Using on macOS Monterey, compiled from macports Taken the snippet from https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats Here the line \fixed c'' { is missing.   \repeat volta 6 {     c4 d e f  

German chords with uppercase bass

2022-04-07 Thread Henning Hraban Ramm
As is shown e.g. in https://lilypond.org/doc/v2.22/Documentation/snippets-big-page.de.html “Changing the chord names to German or semi-German notation”, \germanChords changes bass notes of chords like a:m/c to lowercase. While I don’t believe that this is common in Germany, I really would

Re: Unable to use repeat volta

2022-04-07 Thread David Kastrup
Omer Katzir writes: > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > You see the v2.23 in that URL? > Starting lilypond

Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Using on macOS Monterey, compiled from macports Taken the snippet from https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats \repeat volta 6 { c4 d e f \alternative { \volta 1,2,3 { c2 e }

Re: Unable to use repeat volta

2022-04-07 Thread Jean Abou Samra
> Le 07/04/2022 16:19, Omer Katzir a écrit : > > > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > > > > > \repeat volta 6 { > c4 d e f > \alternative { > \volta 1,2,3 { c2 e } > \volta

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread Paul Scott
On 4/7/22 15:08, David Kastrup wrote: Paul Scott writes: On 4/7/22 14:15, David Kastrup wrote: Paul Scott writes: On 4/7/22 13:02, David Kastrup wrote: Paul Scott writes: Greetings, I've forgotten too much.  I see the instructions for activating lilypond-mode and am not remembering

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread David Kastrup
Paul Scott writes: > On 4/7/22 15:08, David Kastrup wrote: >> Paul Scott writes: >> >>> On 4/7/22 14:15, David Kastrup wrote: Paul Scott writes: > On 4/7/22 13:02, David Kastrup wrote: >> Paul Scott writes: >> >>> Greetings, >>> >>> I've forgotten too much. 

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread Paul Scott
On 4/7/22 13:02, David Kastrup wrote: Paul Scott writes: Greetings, I've forgotten too much.  I see the instructions for activating lilypond-mode and am not remembering enough to get it to work. TIA for any help, cd elisp make sudo make install I'm not finding a makefile. Paul

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread David Kastrup
Paul Scott writes: > On 4/7/22 13:02, David Kastrup wrote: >> Paul Scott writes: >> >>> Greetings, >>> >>> I've forgotten too much.  I see the instructions for activating >>> lilypond-mode and am not remembering enough to get it to work. >>> >>> TIA for any help, >> cd elisp >> make >> sudo

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread David Kastrup
Paul Scott writes: > On 4/7/22 14:15, David Kastrup wrote: >> Paul Scott writes: >> >>> On 4/7/22 13:02, David Kastrup wrote: Paul Scott writes: > Greetings, > > I've forgotten too much.  I see the instructions for activating > lilypond-mode and am not remembering

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread Jean Abou Samra
Le 07/04/2022 à 20:36, Paul Scott a écrit : Greetings, I've forgotten too much.  I see the instructions for activating lilypond-mode and am not remembering enough to get it to work. What have you tried and what does not work? I hadn't thought of GNUmakefile but according to updatedb and

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread Paul Scott
On 4/7/22 14:15, David Kastrup wrote: Paul Scott writes: On 4/7/22 13:02, David Kastrup wrote: Paul Scott writes: Greetings, I've forgotten too much.  I see the instructions for activating lilypond-mode and am not remembering enough to get it to work. TIA for any help, cd elisp make

Custom keypad for streamlining LilyPond input - thoughts?

2022-04-07 Thread Nikolai Hedler
Hello! First things first: I'm not planning any commercial ventures. This is a personal project, and I'm happy to share any details with others interested in something similar. In brief, I wanted to see if I could simplify and speed up the process of transcribing music into LilyPond, and it

Re: installing lilypond-mode for emacs on Linux

2022-04-07 Thread Paul Scott
On 4/7/22 16:17, David Kastrup wrote: Paul Scott writes: On 4/7/22 15:08, David Kastrup wrote: Paul Scott writes: On 4/7/22 14:15, David Kastrup wrote: Paul Scott writes: On 4/7/22 13:02, David Kastrup wrote: Paul Scott writes: Greetings, I've forgotten too much.  I see the