I worked these images up using Frescobaldi, lilypond and inkscape and some
knowledge from you generous folks...
Bill Milmoe
http://lsr.di.unimi.it/LSR/Item?id=1029
This reminds me that every thing is easy when we know how and often impossible
when we do not know how.
I tried to find a swing tempo marking in snippets and didn't find one.
I tried using this 'easy example' and this is the best I could do:
%%
markup {
thank you so very much for the link.
it passed the python3 interpreter but not sure if that is enough. If this
helped I am happy to do more of them.
My knowledge of python is very basic. : > ) but wanting to help.
Bill
#!/usr/bin/env python
# %
I would like to give this a try. I searched github.com and the lilypond
development website for
lilyglyphs/lilyglyphs_common.py
and
lilyglyphs_common.py
then I searched my computer for the file and no luck.
could someone send me the code so i can give a try?
Thank you so very much.
Bill
NOTE this is what is currently listed in the documentation and it does not work
I am using \version "2.18.2"
1^\markup {
\fret-diagram "6-x;5-3;4-2;3-o;2-1;1-o;"
}
add a # before the first " and it works fine:
1^\markup {
\fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
}___