On Mon, 4 Mar 2024 at 11:05, achar <[email protected]> wrote:
>
> Thank you for the answer. Label form may not be the correct translation.
We could say "diagram" for guitar.
> See an example attached. Good day. jean-Pierre
> It would save me time.
> Does anyone have any ideas or is this simply impossible?
> Thank you for your attention . Good evening. Jean Pierre
Salut Jean-Pierre,
It depends, if you use Fret diagram markups that you enter yourself using
\fret-diagram, then effectively a \transpose does not change these.
But if you use Predefined fret diagrams (with \include "
predefined-guitar-fretboards.ly" for instance), then a \transpose works.
\include "predefined-guitar-fretboards.ly"
\new FretBoards {
\chordmode {
\transpose c d {
c1 d
}
}
}
Kind regards,
Xavier