Re: Glissando intervoices

2023-04-25 Thread Mario Moles
I apologize because I explained myself badly. I use the glissando to indicate the sliding of the same finger of the left hand on the same string of the guitar. The blue lines I drew with Gwenview. The score posted as an example is a transcription of a "passemezzo" by VIncenzo Galilei for

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
Thanks a lot for this overview / comparison, Jean. I checked for the docs of section labels and found nothing about their meaning. So adding your reply to the doc might be valuable. Best, Stephan Am 26.04.2023 um 00:13 schrieb Jean Abou Samra: Le mercredi 26 avril 2023 à 00:02 +0200, Stephan

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 00:02 +0200, Stephan Schöll a écrit : > @Jean, sorry, of course i forgot the change I wanted to show by swapping the > section label and the repeat segno lines in the 2nd example. I fixed it in > this code (snippets A and B). > In example C I changed section labels

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Laurie Savage
Haha, "jungle posting" I love it. Laurie Savage On Tue, Apr 25 2023 at 23:59:56 +0200, Jean Abou Samra wrote: Le mercredi 26 avril 2023 à 07:49 +1000, Laurie Savage a écrit : BTW: Top posting or bottom posting for this group? My apologies if I chose

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
@Jean, sorry, of course i forgot the change I wanted to show by swapping the section label and the repeat segno lines in the 2nd example. I fixed it in this code (snippets A and B). In example C I changed section labels to rehearsal marks according to your advice. It seems that I still have a

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 07:49 +1000, Laurie Savage a écrit : > > BTW: Top posting or bottom posting for this group? My apologies if I chose > wrongly. Jungle posting — some use top posting, some use bottom posting, some reply inline, and we still live happily :-) Cheers, Jean

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Laurie Savage
On Tue, Apr 25 2023 at 23:15:42 +0200, Stephan Schöll wrote: \relative { \sectionLabel "A" c'1 \sectionLabel "B" \repeat segno 2 { f \fine \sectionLabel "C" g a \section } } I just tried the same code in version 2.24.0 and neither displays a Segno symbol at B. The

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mardi 25 avril 2023 à 23:15 +0200, Stephan Schöll a écrit : > Hi all > > Happily using the segno repeat feature newly introduced I stumbled upon > this: > > --- A > \version "2.25.4" > > \relative { >    \sectionLabel "A" >    c'1 > >    \sectionLabel "B" >    \repeat segno 2 { > f

sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
Hi all Happily using the segno repeat feature newly introduced I stumbled upon this: --- A \version "2.25.4" \relative { \sectionLabel "A" c'1 \sectionLabel "B" \repeat segno 2 { f \fine \sectionLabel "C" g a \section } } --- versus --- B \version "2.25.4" \relative {

Re: Voice synthesis

2023-04-25 Thread Henning Hraban Ramm
Am 25.04.23 um 12:53 schrieb J Martin Rushton: I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI? I know that you can get MIDI "ah"s, but I was meaning voiced from the text like a text reader. Before I got LilyPond running on my Mac in about

Re: Non-local page-break oddities

2023-04-25 Thread Joel C. Salomon
On 4/25/23 01:41, William Rehwinkel wrote: I think that using multiple bookparts is a perfect strategy for this document based on this example, in which each score should nicely start on a new page. Without any minimal examples, it is hard to

Re: Global fonts

2023-04-25 Thread Jean Abou Samra
Le mardi 25 avril 2023 à 14:12 +0200, Jakob Pedersen a écrit : > Hello! > > I'm trying to change the fonts of my scores. It's a \book consisting of > several bookparts with a single \paper block. > > I've sent a new roman font using this in the \paper block: > > #(define

Re: Voice synthesis - thanks

2023-04-25 Thread J Martin Rushton
Thanks folks for the responses. There's a lot of information there to digest! * I've printed off Cho et al (2021) and will study it later. * Emvoice looks interesting, but is expensive and seems to only be for WinMac, not *nix. * I'll look for Vocaloid * Likewise nnsvs * Festival is in the EPEL

Global fonts

2023-04-25 Thread Jakob Pedersen
Hello! I'm trying to change the fonts of my scores. It's a \book consisting of several bookparts with a single \paper block. I've sent a new roman font using this in the \paper block: #(define fonts     (set-global-fonts #:roman "Libertinus Serif" #:factor (/ staff-height pt 18)    

Re: Voice synthesis

2023-04-25 Thread Kevin Cole
On Tue, Apr 25, 2023 at 7:58 AM Jean Abou Samra wrote: > > Le 25 avr. 2023 à 12:55, J Martin Rushton < > martinrushto...@btinternet.com> a écrit : > > > > I was playing back a MIDI piece and wondered if anyone had ever > > combined voice synthesis with MIDI? I know that you can get MIDI > >

Re: Voice synthesis

2023-04-25 Thread Andrew Bernard
I learn something every day! On 25/04/2023 9:55 pm, Aaron Hill wrote: There are lyric meta events [1] that you can include in a standard MIDI file. [1]: https://www.midi.org/specifications/file-format-specifications/standard-midi-files/smf-lyric-meta-event-definition

Re: Voice synthesis

2023-04-25 Thread Jean Abou Samra
> Le 25 avr. 2023 à 12:55, J Martin Rushton a > écrit : > > I was playing back a MIDI piece and wondered if anyone had ever > combined voice synthesis with MIDI? I know that you can get MIDI > "ah"s, but I was meaning voiced from the text like a text reader. LilyPond comes with a script

Re: Voice synthesis

2023-04-25 Thread Aaron Hill
On 2023-04-25 4:34 am, Andrew Bernard wrote: As an aside, MIDI has no representation of text so the VST I pointed out and other suggestions will be best done in a DAW. There are lyric meta events [1] that you can include in a standard MIDI file. [1]:

Re: Voice synthesis

2023-04-25 Thread Andrew Bernard
As an aside, MIDI has no representation of text so the VST I pointed out and other suggestions will be best done in a DAW. Andrew On 25/04/2023 8:53 pm, J Martin Rushton wrote: I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI?

Re: Voice synthesis

2023-04-25 Thread Kevin Cole
On Tue, Apr 25, 2023 at 6:54 AM J Martin Rushton < martinrushto...@btinternet.com> wrote: > I was playing back a MIDI piece and wondered if anyone had ever > combined voice synthesis with MIDI? I know that you can get MIDI > "ah"s, but I was meaning voiced from the text like a text reader. > >

Re: Voice synthesis

2023-04-25 Thread Nick Bailey
On 25/04/2023 12:03, Aaron Hill wrote: On 2023-04-25 3:53 am, J Martin Rushton wrote: I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI?  I know that you can get MIDI "ah"s, but I was meaning voiced from the text like a text reader. Purely

Re: Voice synthesis

2023-04-25 Thread Aaron Hill
On 2023-04-25 3:53 am, J Martin Rushton wrote: I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI? I know that you can get MIDI "ah"s, but I was meaning voiced from the text like a text reader. Purely idle wondering, no-one need to make any great

Re: Voice synthesis

2023-04-25 Thread Andrew Bernard
Sure. Has been done some time ago. There are various VST's that can sing text. Quite well too. For example: https://emvoiceapp.com/ There are others as well. Totally unrelated to Lilypond, this, but the technical problem has been solved quite effectively. Andrew On 25/04/2023 8:53 pm, J

Re: Voice synthesis

2023-04-25 Thread Nick Bailey
Here's a survey paper: https://arxiv.org/abs/2110.02511 On 25/04/2023 11:53, J Martin Rushton wrote: I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI? I know that you can get MIDI "ah"s, but I was meaning voiced from the text like a text

Re: Glissando intervoices

2023-04-25 Thread Andrew Bernard
My thoughts exactly, for musical reasons. The lower is not a gliss in my opinion, but a voice follower. And I agree with Jean regarding the top one also. I think that's also an indicator of voice leading. But musicians can follow this sort of score without help. I'd leave them out. Ant way,

Voice synthesis

2023-04-25 Thread J Martin Rushton
I was playing back a MIDI piece and wondered if anyone had ever combined voice synthesis with MIDI? I know that you can get MIDI "ah"s, but I was meaning voiced from the text like a text reader. Purely idle wondering, no-one need to make any great effort and I don't (currently) have a use case.

Re: Glissando intervoices

2023-04-25 Thread Jean Abou Samra
> Le 25 avr. 2023 à 10:28, Mario Moles a écrit : > >  > Hi lilyponders! > > HI. I have not found documentation on how to glissando between different > voices and staves as in the attached image. It can be done? Thank you! > The bottom line looks like a voice follower rather than a

Glissando intervoices

2023-04-25 Thread Mario Moles
Hi lilyponders! HI. I have not found documentation on how to glissando between different voices and staves as in the attached image. It can be done? Thank you! Mario Moles