Graphical and text woodwind diagrams: Difference between revisions
Appearance
Import snippet from LSR |
(No difference)
|
Latest revision as of 22:46, 26 October 2025
In many cases, the keys other than the central column can be displayed by key name as well as by graphical means.
\version "2.24.0"
\relative c'' {
\textLengthOn
c1^\markup
\woodwind-diagram
#'piccolo
#'((cc . (one three))
(lh . (gis))
(rh . (ees)))
c^\markup
\override #'(graphical . #f) {
\woodwind-diagram
#'piccolo
#'((cc . (one three))
(lh . (gis))
(rh . (ees)))
}
}