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 fo
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:
> Sor
> 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 at
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 t
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 = \l
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 plac
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 = "
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 us
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 pe
On Sat, Aug 26, 2023 at 8:45 AM samarutuk wrote:
> Hello,
>
> I have been looking for a long time for a way to automatically annotate
> slide positions or fingerings for brass instruments below or above the
> notes. There have been one or two requests for this, but never a complete
> solution, at
10 matches
Mail list logo