Re: pitch-class sets in lilypond

2022-09-20 Thread Stefan Thomas
Dear community, I really didn't expect so many replies to my last post. That is why I have to apoligize not have beeing clear in my words. As I wrote, I'm writing the module in python, I'm not familiar with scheme, I'm a hobby-programmer. When I wrotei, I'm planning to integrate it in lilypond, I s

Re: Alphabetised table of contents?

2022-09-20 Thread Jean Abou Samra
Le 21/09/2022 à 07:09, Werner LEMBERG a écrit : [*] Except Jean has time and interest to produce a solution like pulling a rabbit out of a hat :-) I do have a rabbit to pull out, because I actually already posted a snippet like this on the lilypond-user-fr list. See https://lists.gnu.org

Re: Alphabetised table of contents?

2022-09-20 Thread Werner LEMBERG
> I'm just wondering if it's possible in Lilypond to create a table of > contents that is alphabetical by item, rather than by page number > order? IMHO this is not a table of context but rather an index that is positioned near the beginning. > I'm trying to create an alphabetical index by hymn

Alphabetised table of contents?

2022-09-20 Thread Brent Annable
Hi all, I'm just wondering if it's possible in Lilypond to create a table of contents that is alphabetical by item, rather than by page number order? I'm trying to create an alphabetical index by hymn tune or first line that will go in the back of a book. Many thanks for any help, Brent.

Re: Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Kenneth Wolcott
Oh, doh! I have to redefine my function to handle the chords! On Tue, Sep 20, 2022 at 7:50 PM Kenneth Wolcott wrote: > > Oh, it not only does not like "q"; it silently drops chords. Oh well, > it still is cool even though not completely useful for my use case. > > Thanks, > Ken > > On Tue, Sep

Re: Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Kenneth Wolcott
Oh, it not only does not like "q"; it silently drops chords. Oh well, it still is cool even though not completely useful for my use case. Thanks, Ken On Tue, Sep 20, 2022 at 7:43 PM Kenneth Wolcott wrote: > > No, it does not support the "q' functionality, but it is still a very > cool function

Re: Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Kenneth Wolcott
No, it does not support the "q' functionality, but it is still a very cool function :-) Thanks, Ken On Tue, Sep 20, 2022 at 7:36 PM Kenneth Wolcott wrote: > > HI Aaron; > > Thank you very much! Works great now. > > A followup question: I don't think that this function supports the > "q" sub

Re: Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Kenneth Wolcott
HI Aaron; Thank you very much! Works great now. A followup question: I don't think that this function supports the "q" substitution for chord repetition, does it? I guess I'll find out :-) Thanks, Ken On Tue, Sep 20, 2022 at 6:15 PM Aaron Hill wrote: > > On 2022-09-20 4:27 pm, Kenneth

Re: Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Aaron Hill
On 2022-09-20 4:27 pm, Kenneth Wolcott wrote: Hi; Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors. https://lsr.di.unimi.it/LSR/Search?q=music+box See attachments. I did not include my generated pdf file because it pertains to the input file prior to trying to impleme

Re: pitch-class sets in lilypond

2022-09-20 Thread Andrew Bernard
Or possibly even the 21st century. :-) Is your work in Scheme? Andrew On 21/09/2022 9:49 am, Kieren MacMillan wrote: That being said… I've done a fair bit of work around this, some alone and some in collaboration with Urs Liska (who isn't able to continue that work), and I would *love* to b

Re: pitch-class sets in lilypond

2022-09-20 Thread Kieren MacMillan
Hi all! The timing, of course, couldn't be worse… ;) There's a workshop/reading of my newest [Lilypond-engraved, of course!] musical on Oct 15, and my co-writer and I *just* found out (as the result of a session with our brilliant dramaturge/director) that there are a whole pant-load of revis

Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors

2022-09-20 Thread Kenneth Wolcott
Hi; Tried to use "music box" with Lilypond 2.22.2, get lots of Scheme errors. https://lsr.di.unimi.it/LSR/Search?q=music+box See attachments. I did not include my generated pdf file because it pertains to the input file prior to trying to implement the music box. Thanks, Ken Wolcott ~/bin/engr

Re: pitch-class sets in lilypond

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 16:27, Lukas-Fabian Moser a écrit : Hi Stefan, Am 20.09.22 um 13:00 schrieb Stefan Thomas: Dear community, sorry, it's a bit an off topic: If You are not interested in pitch-class set theory, You don't have to read the following. I've worked on a python module dealing with

Re: pitch-class sets in lilypond

2022-09-20 Thread Stefan Thomas
Dear Lukas, the file, unfortunately, doesn't work for me, I don't have dodeka.ly Am Di., 20. Sept. 2022 um 16:28 Uhr schrieb Lukas-Fabian Moser : > Hi Stefan, > Am 20.09.22 um 13:00 schrieb Stefan Thomas: > > Dear community, > sorry, it's a bit an off topic: If You are not interested in pitch-cla

Re: LilyPond 2.23.13

2022-09-20 Thread Jonas Hahnfeld via LilyPond user discussion
Hi, On Mon, 2022-09-19 at 08:41 +, Ya Gloops wrote: > Hello Jean ! > > Error 1073741819 > > \version "2.23.13" > > $@(map (lambda (i) >          #{ >            \bookpart { >              \score { >            \repeat unfold 100 c'1 >              } >            } >          #}) >         (

Re: LilyPond 2.23.13

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 20:33, Jean Abou Samra a écrit : Le 20/09/2022 à 20:01, Jonas Hahnfeld a écrit : Block on Fitting music on 171 or 172 pages... \version "2.23.13" $@(map (lambda (i)           #{               \score {             \repeat unfold 100 c'1               }           #})         

Re: LilyPond 2.23.13

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 20:01, Jonas Hahnfeld a écrit : Block on Fitting music on 171 or 172 pages... \version "2.23.13" $@(map (lambda (i)          #{              \score {            \repeat unfold 100 c'1              }          #})         (iota 300)) I think this example just takes a very l

Re: pitch-class sets in lilypond

2022-09-20 Thread Martín Rincón Botero
Hi Stefan, as abjad user I find this interesting, although abjad already provides some functionality in this regard. You can write me privately (in German if you wish), I'd be glad to give you feedback or simply checking out your module. If you want to integrate this to

Re: issues with installing Lilypond

2022-09-20 Thread Richard Shann
On Tue, 2022-09-20 at 09:26 -0400, t...@risingdove.com wrote: > On 19 Sep 2022 at 17:55, Cluanie Fraser wrote: > > > > > Hi Tim, > > Thanks for responding. I´m really struggling as I´m quite out > > of depth with this tech stuff. > > This is what shows up when I download the Lilypo

Re: pitch-class sets in lilypond

2022-09-20 Thread Andrew Bernard
Definitely. And when you are done, we can add it to OpenLilyLib for all to use. I do not think this is off topic by any means. It's a valid use case for Lilypond. And OLL is a good place for a module like this, as LSR is only for smallish snippets. Andrew

Re: pitch-class sets in lilypond

2022-09-20 Thread Lukas-Fabian Moser
Hi Stefan, Am 20.09.22 um 13:00 schrieb Stefan Thomas: Dear community, sorry, it's a bit an off topic: If You are not interested in pitch-class set theory, You don't have to read the following. I've worked on a python module dealing with pitch-class set theory as I've read in "The structure of

Re: pitch-class sets in lilypond

2022-09-20 Thread David Kastrup
Stefan Thomas writes: >- Finding different kinds of similarity of pcs. >- Getting subcomplexes k and kh of a pcs. >- Finding primeform and so on, when pitches in lilypond-style are given. >- Getting pitches in lilypond-style when pitches in midinote-nums or as >pcs are given.

Re: error: Unbound variable: \version

2022-09-20 Thread David Wright
On Tue 20 Sep 2022 at 05:49:24 (-0400), ming tsang wrote: > On Tue, Sep 20, 2022 at 4:56 AM Jean Abou Samra wrote: > > Le 20/09/2022 à 10:18, ming tsang a écrit : > > > dear lilyponders, > > > i have the following lilypond code: > > > \version "2.18.2" > > > \markup "Test" > > > > > > That produce

Re: pitch-class sets in lilypond

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 13:00, Stefan Thomas a écrit : Dear community, sorry, it's a bit an off topic: If You are not interested in pitch-class set theory, You don't have to read the following. I've worked on a python module dealing with pitch-class set theory as I've read in "The structure of atona

Re: issues with installing Lilypond

2022-09-20 Thread tim
On 19 Sep 2022 at 17:55, Cluanie Fraser wrote: > > Hi Tim, > Thanks for responding. I´m really struggling as I´m quite out of depth > with this tech stuff. > This is what shows up when I download the Lilypond file from the website > and double > click to open it. You've opened i

Re: error: Unbound variable: \version

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 11:49, ming tsang a écrit : Hi Jean, The following code is in v2.23.11 and it run OK. \version "2.23.11" \markup "test" And the log file is : Starting lilypond.exe 2.23.11 [Untitled (11)]... Processing `C:/Users/YMINGT~1/AppData/Local/Temp/frescobaldi-7krgt6o3/tmprbzc8juy/docum

Re: error: Unbound variable: \version

2022-09-20 Thread Andrew Bernard
I am curious as to why you are still using 2.18.2. Is it really necessary for you? Why? Stable release is now 22.22.2. That's a _long_ way further on. I'm not sure people want to spend time helping debug 2.18.2 issues. Just asking. Andrew

pitch-class sets in lilypond

2022-09-20 Thread Stefan Thomas
Dear community, sorry, it's a bit an off topic: If You are not interested in pitch-class set theory, You don't have to read the following. I've worked on a python module dealing with pitch-class set theory as I've read in "The structure of atonal music" by Allen Forte. I know that there already exi

Re: Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Thank you, Jean - it worked! InstrumentName = "Org"   \override InstrumentName.self-alignment-X = #0.8

Re: error: Unbound variable: \version

2022-09-20 Thread ming tsang
Hi Jean, The following code is in v2.23.11 and it run OK. \version "2.23.11" \markup "test" And the log file is : Starting lilypond.exe 2.23.11 [Untitled (11)]... Processing `C:/Users/YMINGT~1/AppData/Local/Temp/frescobaldi-7krgt6o3/tmprbzc8juy/ document.ly' Parsing... Finding the ideal number

Re: Incipit: horizontal alignment of instrument names

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 10:35, Johannes Roeßler a écrit : Hi Group, I've got issues with aligning the instrument names when using incipits. A solution discribed here https://lilypondforum.de/index.php/topic,894.0.html help to some degree, but my piano staff still doesn't fit. [...] Any advice?

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 04:27, David Wright a écrit : On Mon 19 Sep 2022 at 17:45:24 (-0700), Kenneth Wolcott wrote: What is "\rightjust"? Is it a variable (macro) that you have defined? I can't find that command in the NR. How does that differ from right-align, which I tried and it didn't work fo

Re: error: Unbound variable: \version

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 10:18, ming tsang a écrit : dear lilyponders, i have the following lilypond code: \version "2.18.2" \markup "Test" That produce the following error in log file: Starting lilypond-windows.exe 2.18.2 [Untitled (9)]... C:/LilyPond_2-18-2/usr/share/lilypond/current/scm/lily.scm:462

Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Hi Group, I've got issues with aligning the instrument names when using incipits. A solution discribed here https://lilypondforum.de/index.php/topic,894.0.html help to some degree, but my piano staff still doesn't fit. \version "2.22.0" altinc={ \clef "alto" \time 2/2 \key g\major b4 } \sc

error: Unbound variable: \version

2022-09-20 Thread ming tsang
dear lilyponders, i have the following lilypond code: \version "2.18.2" \markup "Test" That produce the following error in log file: Starting lilypond-windows.exe 2.18.2 [Untitled (9)]... C:/LilyPond_2-18-2/usr/share/lilypond/current/scm/lily.scm:462:5 <0>: In procedure primitive-load-path in ex