Il giorno mar 11 giu 2019 alle 1:44, [email protected] ha scritto:
NOTE this is what is currently listed in the documentation and it
does not work I am using \version "2.18.2"
Can you paste the link?
You are probably looking at 2.19 documentation.
<c e g c' e'>1^\markup {
\fret-diagram "6-x;5-3;4-2;3-o;2-1;1-o;"
}
above snippet works with 2.19 version
add a # before the first " and it works fine:
<c e g c' e'>1^\markup {
\fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user