Re: Can a \bookpart be a variable?

2022-09-23 Thread Jean Abou Samra
Le 23/09/2022 à 08:17, Brent Annable a écrit : Hi all, I've been typesetting a bunch of hymns for inclusion in a larger publication, and I now have about 100 separate Lilypond files that I need to collate into a single master file. It seems easiest to me to turn each individual file into a

Re: Alphabetised table of contents?

2022-09-23 Thread Valentin Petzel
Hej Brent! Creating multiple indices is not a big thing. The problem is that the code for the toc has to be executed at initialisation (see toc-init.ly), so we cannot simply add more kinds of toc. But we can easily extend this toc code to allow for filtering to specific entries. The appended f

midi de percussion dans une Staff

2022-09-23 Thread Martial R
Bonjour je souhaiterai avoir un handclap au lieu d'un woodblock je n'arrive pas à mettre à la suite d' un Staff un DrumStaff % \version "2.22.2" %ou "2.23.12" \score { \new Staff { \set Staff.midiInstrument = "acoustic guitar (nylon)" \new Voice \relative {

Re: midi de percussion dans une Staff

2022-09-23 Thread Jean Abou Samra
Hi Martial, I suppose you meant to send this to lilypond-user-fr, not lilypond-user, right? Best, Jean

Re: midi de percussion dans une Staff

2022-09-23 Thread Martial R
Yes, sorry. Le ven. 23 sept. 2022 à 11:40, Jean Abou Samra a écrit : > Hi Martial, > > I suppose you meant to send this to lilypond-user-fr, not lilypond-user, > right? > > Best, > Jean > > >

Re: midi de percussion dans une Staff

2022-09-23 Thread Martial R
Je m'explique mal ... C'est dans la sortie midi que je souhaite avoir un handclap et non un woodblock or le handclap ne sort qu'en DrumStaff ou bien je ne trouve pas le biais. Merci d'avance -- Martial Rameaux

Re: pitch-class sets in lilypond

2022-09-23 Thread Stefan Thomas
Dear community, this is so far my module for working with pitch-class sets. If You want to try it, You should save the 2 files in the same folder. I've added a snippet in Frescobaldi, which works fine (at least for me): -*- python; import sys sys.path.append('/yourfolder/stefanspcs') import st

How to create a double dashed bar across the PianoStaff in the middle of a measure?

2022-09-23 Thread Volodymyr Prokopyuk
Hello, How to create a double dashed bar across the PianoStaff in the middle of a measure to indicate Fine? I can successfully create the following bars across the PianoStaff - Double solid bar with \bar "||" - Single dashed bar with \bar "!" I've tried with no success \bar "!!" and some

Re: How to create a double dashed bar across the PianoStaff in the middle of a measure?

2022-09-23 Thread Hans Aikema
> On 23 Sep 2022, at 19:30, Volodymyr Prokopyuk > wrote: > > Hello, > > How to create a double dashed bar across the PianoStaff in the middle of a > measure to indicate Fine? > > I can successfully create the following bars across the PianoStaff > > Double solid bar with \bar "||" > Single

Re: How to create a double dashed bar across the PianoStaff in the middle of a measure?

2022-09-23 Thread Francesco Napoleoni
In data venerdì 23 settembre 2022 19:30:05 CEST, Volodymyr Prokopyuk ha scritto: > Hello, > > How to create a double dashed bar across the PianoStaff in the middle of a > measure to indicate Fine? > > I can successfully create the following bars across the PianoStaff > >- Double solid bar w

Re: pitch-class sets in lilypond

2022-09-23 Thread Jean Abou Samra
Hi, Pardon me for pointing out an English mistake, but it's an amusing one: Le 23/09/2022 à 19:47, Stefan Thomas a écrit : You can select some music (pitches only, no durations, and so on) and You will see the prime-form when You run Your the above qwoted It's "quoted", not "qwoted" :-)  I