On Fri, 19 Jan 2024 at 01:42, Adrian wrote:
>
> How would you change the font of the lyrics?
>
> \override LyricsText.font-name = "Font Name"
>
> doesn't work yet throws no error. At the moment, I haven't found a method
to identify the name of the object to style or the name of the style
property
Thanks for the reply, and apologies for not replying to all. However,
\override Lyrics.LyricsText.font-name = "Font Name"
returns the following warning:
warning: not a grob name, `LyricsText'
and doesn't alter the font.
On Friday, January 19th, 2024 at 2:45 AM, Xavier Scheuer
wrote:
> On Fr
Adrian writes:
> Thanks for the reply, and apologies for not replying to all. However,
>
> \override Lyrics.LyricsText.font-name = "Font Name"
>
> returns the following warning:
>
> warning: not a grob name, `LyricsText'
>
> and doesn't alter the font.
It's actually LyricText .
--
David Kastru
On Fri, 19 Jan 2024 at 13:46, Adrian wrote:
>
> Thanks for the reply, and apologies for not replying to all. However,
>
> \override Lyrics.LyricsText.font-name = "Font Name"
>
> returns the following warning:
>
> warning: not a grob name, `LyricsText'
>
> and doesn't alter the font.
Sorry, my bad
On Fri, 19 Jan 2024, Werner LEMBERG wrote:
> This is a limitation of MIDI: You can only have a single pitch bend
> per time step per channel. LilyPond's rather primitive MIDI 1.0
> output provides no means to circumvent this limitation.
I've sometimes gotten good use out of LilyPond code from ot
Hi Werner, hi Pierre-Luc,
Am 19.01.24 um 08:43 schrieb Werner LEMBERG:
Try this with and without the \new Voice commented.
\version "2.25.12"
\language "english"
\score {
%\new Voice
<<
{bf bqf bf}
{g gqs g}
>>
\layout {}
\midi {}
}
Obviously you would need to listen
> I have a branch (from a few years ago) where I changed LilyPond's MIDI
> microtonality from using Pitch Bends (which is a bad idea when using
> chords) to using MIDI 1.0 tuning information. This works fine IIRC as
> long as you don't construct chords containing really close notes
> (e.g. c and
Werner LEMBERG writes:
>> I have a branch (from a few years ago) where I changed LilyPond's MIDI
>> microtonality from using Pitch Bends (which is a bad idea when using
>> chords) to using MIDI 1.0 tuning information. This works fine IIRC as
>> long as you don't construct chords containing really