Le 28/11/2022 à 20:27, Jean Abou Samra a écrit :
The other piece of brainstorming I know about, although I didn’t chase
all
the discussions in the devel mailing list, is the GSoC patch. This has
the
same goal of making it easier to coerce LilyPond into formatting chord
names
the way you want, b
Le 28/11/2022 à 15:37, Kieren MacMillan a écrit :
Hi Koen,
I still think it could be nice to try to write a longer-term solution.
There has been a lot of work done on chord naming over the last decade, mainly
as part of a Google Summer of Code project a few years ago, but essentially
none of
I think this is what you are looking for:
\version "2.22.2"
\score {
\absolute {
\tuplet 3/2 { f ''16 [ c'' \once \set stemRightBeamCount = #1 f'' } \once \set
stemLeftBeamCount = #1 c'' f'' ) ] | %m67
}
}
---
James Correa
Composer - guitarist - sound designer
http://www.jamescorrea.net
http:/
Le 28/11/2022 à 00:24, Jean Abou Samra a écrit :
FYI, this is going to remain unfixed for 2.24.0, but probably going to be
fixed in the followup bugfix release 2.24.1 (probably around February).
See
https://lists.gnu.org/archive/html/lilypond-devel/2022-11/msg00102.html
if you are interested in
> Le 28 nov. 2022 à 02:21, kbvw a écrit :
>
>
> Hi Jean,
>
> I just finished my reply when I saw your next message. :)
>
> Sorry, I was starting to forget about the "transposing" bit.
>
> Well, how about
>
> \version "2.22.2"
>
> t =
> #(define-music-function (text) (markup?)
>#{
>
Hi Kieren,
Thanks for your reply; I hope my message didn't come off as rude or
unsolicited.
(To be sure: I did not mean to suggest removing any functionality that's there.
I can easily see many use cases for calculating the actual pitches of a chord
internally. I meant more of an alternative
Hi Koen,
> I still think it could be nice to try to write a longer-term solution.
There has been a lot of work done on chord naming over the last decade, mainly
as part of a Google Summer of Code project a few years ago, but essentially
none of it has yet navigated through the patch submission