On Thu, May 30, 2024 at 6:32 AM Pierre-Luc Gauthier <
p.luc.gauth...@gmail.com> wrote:
> Since you wrote : cis
>
> maybe you want :
>
> \new ChordNames \chordmode {
> g1:11+13
> }
>
> which gives picrelated :
>
> Then again, there is an extra 7 which is already implied…
>
You can create chord n
Since you wrote : cis
maybe you want :
\new ChordNames \chordmode {
g1:11+13
}
which gives picrelated :
Then again, there is an extra 7 which is already implied…
Le sam. 25 mai 2024, à 19 h 20, Nikita Borisenko a écrit :
>
> That's amazing - thank you, Knute!
>
> Sincerely,
> Nikita
>
> On
That's amazing - thank you, Knute!
Sincerely,
Nikita
On Sun, May 26, 2024 at 2:07 AM Knute Snortum wrote:
>
>
> --
> Knute Snortum
>
>
>
> On Sat, May 25, 2024 at 2:18 PM Nikita Borisenko wrote:
>
>> Hi Everyone,
>>
>> Can anyone please advise why the following snippet outputs G9.13 instead
>>
--
Knute Snortum
On Sat, May 25, 2024 at 2:18 PM Nikita Borisenko wrote:
> Hi Everyone,
>
> Can anyone please advise why the following snippet outputs G9.13 instead
> of just the G13 chord name?
>
I don't know "why", but this is how you would get just a 13 chord:
changes = \chordmode {
|
Hi Everyone,
Can anyone please advise why the following snippet outputs G9.13 instead of
just the G13 chord name?
LILYPOND_START
\version "2.24.3"
changes = \chordmode {
| g1:13 |
}
voice = {
\relative c'' {
| |
}
}
\score {
<<
\new ChordNames {
\cha