Re: Header inside the score context

2021-11-28 Thread David Wright
On Wed 24 Nov 2021 at 19:44:59 (+0100), Paolo Prete wrote: > > and then comment or comment out parts of the score that I don't need to > > render. So, for example, if I need to render only section 2, I would > > comment section 3 and section 1 but I have to comment the markup block > > separately

da capo and MIDI

2021-11-28 Thread Kees van den Doel
Is there a way to get correct MIDI when using \repeat volta and \unfoldrepeats with a DC al fine? I.e., make the MIDI stop at the "fine" second time through. Thanks, Kees

Re: UTF-8 unicode use in \markup

2021-11-28 Thread Valentin Petzel
Just for clarification: 00a7 is not a special code, but a hexadecimal number. Basically any unicode char is linked with a number, and the „code” is just this number in hexadecimal digits. U+ is just a way to specify that a hexadecimal number stands for a unicode char. In our case that

Re: UTF-8 unicode use in \markup

2021-11-28 Thread ming tsang
Hi Valentin Petzel, Thank you for your reply. I found a UTF-8 encoding table and Unicode characters https://www.utf8-chartable.de/unicode-utf8-table.pl?utf8=0x Now I can look up the U+00a7 and then use \markup { \char ##x00a7 ) to display it. for \char I cannot use unicode U+00a7. I was hoping

Re: Advice for vocal score

2021-11-28 Thread Kieren MacMillan
Hi Shane, > I think Wol has mentioned the exact tool, Tags, required for what I am > trying to accomplish. Those are not something I have ever used or even run > across. Hopefully I can manage them without further assistance. Thank you > all! I will be interested to see how you use the

Re: UTF-8 unicode use in \markup

2021-11-28 Thread Valentin Petzel
Hello Ming, I do not understand your exact problem. If you want to have € in markup you can either directly put € in the markup, or use \char ##20ac. Valentin Am Sonntag, 28. November 2021, 22:42:47 CET schrieb ming tsang: > Hi lilyponder, > > I would like to use \markup to display € using

Re: Advice for vocal score

2021-11-28 Thread Shane Brandes
I think Wol has mentioned the exact tool, Tags, required for what I am trying to accomplish. Those are not something I have ever used or even run across. Hopefully I can manage them without further assistance. Thank you all! Shane On Sun, Nov 28, 2021 at 2:32 PM Valentin Petzel wrote: >

UTF-8 unicode use in \markup

2021-11-28 Thread ming tsang
Hi lilyponder, I would like to use \markup to display € using U+20AC. I can use \markup { \char ##x2197 } to display / print / output to pdf. ##x2197 is [image: image.png] Your help is appreciated. Shalom, yMing -- ming (lyndon) tsang

Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Valentin Petzel
Hi, Maybe of interest: One of the musicxml to Lilypond converters (I thing it was the one from libmusicxml) add an event function called otherDynamic, which takes a markup as argument. Then if the argument is an atomic string markup it replaces words made up from m,r,z,f,p,s as dynamic text,

Re: Advice for vocal score

2021-11-28 Thread Valentin Petzel
Hello Shane, I don’t understand what you want exactly. If you want to cue orchestra voices in the choir part you should take a look at quoting. So use \addQuote "name" \orchestralmusic To „define” a quotable part and then Use \quoteDuring "name" \somevocalmusic Cheers, Valentin Am Sonntag,

Re: Advice for vocal score

2021-11-28 Thread Kieren MacMillan
Hi Shane, > I am finishing up a larger scale work for chorus and orchestra. I started > making a vocal score with piano reduction. The instruction manual A.5.2. > details well enough how to make a reduction of the choral parts, but how can > one drag in the bits from the orchestra parts that

Re: Advice for vocal score

2021-11-28 Thread Wol
On 28/11/2021 18:56, Shane Brandes wrote: Hi all, I am finishing up a larger scale work for chorus and orchestra. I started making a vocal score with piano reduction. The instruction manual A.5.2. details well enough how to make a reduction of the choral parts, but how can one drag in the

Advice for vocal score

2021-11-28 Thread Shane Brandes
Hi all, I am finishing up a larger scale work for chorus and orchestra. I started making a vocal score with piano reduction. The instruction manual A.5.2. details well enough how to make a reduction of the choral parts, but how can one drag in the bits from the orchestra parts that lay between

Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Paul Scott
On 11/28/21 2:28 AM, Wols Lists wrote: I have a little include area for all my standard stuff - I redefine the header block, for example. But one of those files in there contains a bunch of definitions for all the odd dynamics. So every time I need to add a new one, I've got all the others

Re: `\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Kieren MacMillan
Hi Werner, >> Does David N's text-spanner work solve this problem, I wonder? > What are you referring to? https://github.com/davidnalesnik/lilypond-text-spanner-inner-texts Cheers, Kieren.

Re: `\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Werner LEMBERG
Hello Kieren, >>> Use >>> \override TextSpanner.minimum-length = 30 >>> \override TextSpanner.springs-and-rods = #ly:spanner::set-spacing-rods >> Thanks. Alas, doesn't work correctly for broken spanners > > Yeah, I saw that coming… as well as the fundamental > "trial-and-error" problem.

Re: `\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Kieren MacMillan
Hi Werner (et al.), >> Use >> \override TextSpanner.minimum-length = 30 >> \override TextSpanner.springs-and-rods = #ly:spanner::set-spacing-rods > Thanks. Alas, doesn't work correctly for broken spanners Yeah, I saw that coming… as well as the fundamental "trial-and-error" problem. > I

Re: `\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Werner LEMBERG
>> please have a look at this example >> >> ``` >> { >>\set Score.skipBars = ##t >>\override TextSpanner.bound-details.left.text = "poco a poco tempo I" >>\override TextSpanner.bound-details.right.text = "Tempo I" >>R1*4\startTextSpan | >>R1\stopTextSpan >> } >> ``` >> >> What

Re: „Anonymous” properties, deafening engravers and font features

2021-11-28 Thread David Kastrup
Valentin Petzel writes: > Hello Jean, Hello Lukas, > > I’ve just remembered why I was asking for stoppable engravers: A while ago > there was a question about ties between different voices. Then someone (I > think it was you Lukas?) suggested moving the Engraver from the Voice context > to

Re: „Anonymous” properties, deafening engravers and font features

2021-11-28 Thread Valentin Petzel
Hello Jean, Hello Lukas, I’ve just remembered why I was asking for stoppable engravers: A while ago there was a question about ties between different voices. Then someone (I think it was you Lukas?) suggested moving the Engraver from the Voice context to the Staff context. So then I thought

Re: `\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Jean Abou Samra
Le 28/11/2021 à 11:52, Werner LEMBERG a écrit : Folks, please have a look at this example ``` { \set Score.skipBars = ##t \override TextSpanner.bound-details.left.text = "poco a poco tempo I" \override TextSpanner.bound-details.right.text = "Tempo I" R1*4\startTextSpan |

`\textLengthOn` for `TextSpanner` grobs

2021-11-28 Thread Werner LEMBERG
Folks, please have a look at this example ``` { \set Score.skipBars = ##t \override TextSpanner.bound-details.left.text = "poco a poco tempo I" \override TextSpanner.bound-details.right.text = "Tempo I" R1*4\startTextSpan | R1\stopTextSpan } ``` What is the equivalent of

Re: specifically: how to do "p-f" dynamics (first time, second time); generally: how to find this in the manuals

2021-11-28 Thread Wols Lists
I have a little include area for all my standard stuff - I redefine the header block, for example. But one of those files in there contains a bunch of definitions for all the odd dynamics. So every time I need to add a new one, I've got all the others there as examples ... :-) Cheers, Wol On