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: Automatic annotation of slide positions/fingerings for brass instruments.

2023-08-29 Thread Wol
On 28/08/2023 13:42, samarutuk wrote: The final hurdle with your code now is that it doesn't really take pitch into account. C3 (c) has a different default slide position on the trombone than C4 (c'). So no matter if you notate notes absolute or relative in Lilypond, you would always have to

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 =

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-08-29 Thread Carl Sorensen
On Tue, Aug 29, 2023 at 2:27 AM samarutuk wrote: > Surely some people could benefit from a solution like that. As noted, it > would be very handy for educational purposes in general. Of course, you can > do it manually, but for more extensive scores it is very tedious, typos can > creep in and

Re: Font problem on Mac

2023-08-29 Thread David F.
> On Aug 27, 2023, at 11:55 PM, Werner LEMBERG wrote: > > I do not think that my Times New Roman font is corrupted. >> >> Actually, I think it is: Most likely the font's 'post' table is >> broken (i.e., it has a wrong PostScript name for glyph 'N'). >> Normally, you won't see the problem

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-08-29 Thread Adam M. Griggs
Here's a little self-help reference I made a little while back. Maybe it will illustrate your point about different positions for different octaves more clearly than words can. Perhaps something in the tablature code can be adapted to this end. On Mon, 28 Aug 2023, 21:44 samarutuk, wrote: >

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-08-29 Thread David Kastrup
samarutuk via LilyPond user discussion writes: > Hi, > I am not sure if I understand "iterated music" correctly? Is it about > the internal order of processing to get to the PDF score? "Iteration" is the main processing pass of music in musical time order. There are several processing stages