Re: Standalone lyrics part

2023-08-31 Thread Pierre-Luc Gauthier
I will try and solve this by adding an optional NullVoice to my part generator. What I was hoping for before was : \groupBook #(groupPart `( ,(vocalPartCombinePart 'choirSA 'choirSoprano 'choirAlto choirSopranoVxSA choirAltoVxSA choirSopranoLyricsSA choirAltoLyricsSA

Re: Standalone lyrics part

2023-08-31 Thread Jean Abou Samra
> Le 30 août 2023 à 18:27, Pierre-Luc Gauthier a > écrit : > > Exactly this with the correct ties and slurs interpretation or lyrics. > > music = \repeat unfold 50 { c'4(~ 1) d'8 e' } > > words = \repeat unfold 100 \lyricmode { a b c } > > << > \new Devnull = "2" \music > \new Lyrics

Re: Standalone lyrics part

2023-08-31 Thread Jean Abou Samra
> Le 30 août 2023 à 04:21, David Wright a écrit : > > Internals Reference says: > > "2.1.6 Devnull > Silently discards all musical information given to this context." > > so I'm guessing all that's left is the note columns. Not even note columns. A DevNull simply creates *nothing at

Re: Standalone lyrics part

2023-08-30 Thread Pierre-Luc Gauthier
Le mar. 29 août 2023, à 22 h 20, David Wright a écrit : > But I'm not really sure what you're after exactly. Exactly this with the correct ties and slurs interpretation or lyrics. music = \repeat unfold 50 { c'4(~ 1) d'8 e' } words = \repeat unfold 100 \lyricmode { a b c } << \new Devnull =

Re: Standalone lyrics part

2023-08-29 Thread David Wright
On Tue 29 Aug 2023 at 18:00:47 (-0400), Pierre-Luc Gauthier wrote: > Le mar. 29 août 2023, à 17 h 33, Carl Sorensen a écrit : > > On Tue, Aug 29, 2023 at 3:12 PM Pierre-Luc Gauthier wrote: > >> > >> I need some standalone rhythmically correct lyrics that I place around > >> scores. Devnull seems

Re: Standalone lyrics part

2023-08-29 Thread Pierre-Luc Gauthier
But, doesn't NullVoice create a Staff ? I am trying to set the lyrics to float in between some random parts. music = { c'4(~ 2) d'4 } words = \lyricmode { a b c } << \new Staff << \new Voice = "1" \music \new Lyrics \lyricsto "1" \words >> << % said null part \new NullVoice =

Re: Standalone lyrics part

2023-08-29 Thread Carl Sorensen
On Tue, Aug 29, 2023 at 3:12 PM Pierre-Luc Gauthier < p.luc.gauth...@gmail.com> wrote: > Hi there, > > I need some standalone rhythmically correct lyrics that I place around > scores. Devnull seems perfect since it does not create a Staff. Yet, > ties and slurs are not taken into account when

Standalone lyrics part

2023-08-29 Thread Pierre-Luc Gauthier
Hi there, I need some standalone rhythmically correct lyrics that I place around scores. Devnull seems perfect since it does not create a Staff. Yet, ties and slurs are not taken into account when placing otherwise correct lyrics. Why? Take the following MnWE. music = { c'4(~ 2) d'4 } words =