Re: { } not sounding right.

2024-01-19 Thread David Kastrup
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

Re: { } not sounding right.

2024-01-19 Thread Werner LEMBERG
> 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

Re: { } not sounding right.

2024-01-19 Thread Lukas-Fabian Moser via LilyPond user discussion
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

Re: { } not sounding right.

2024-01-19 Thread mskala
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

Re: Drum notation and style

2024-01-19 Thread Xavier Scheuer
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

Re: Drum notation and style

2024-01-19 Thread David Kastrup
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

Re: Drum notation and style

2024-01-19 Thread Adrian
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

Re: Drum notation and style

2024-01-19 Thread Xavier Scheuer
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