Swing/Shuffle RhythmMark

2019-12-19 Thread wmilmoe
I worked these images up using Frescobaldi, lilypond and inkscape and some knowledge from you generous folks... Bill Milmoe

Easily enter music expressions in markup for Swing / shuffle music

2019-11-24 Thread wmilmoe
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 {

updated the print commands and didn't find any exceptions in the code so here it is

2019-11-12 Thread wmilmoe
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 # %

converting python2 to python3

2019-11-12 Thread wmilmoe
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

correction of documentation on 2.4.1 fret diagram markups

2019-06-10 Thread wmilmoe
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;" }___