convert-ly problem

2019-12-19 Thread Peter Gentry
Having rediscovered the fact that Frescobaldi does not call convert-ly anymore. I went to the section 2.2 of the usage manual and popped the following into a windows 10 command prompt (with administrator privs) C:\Program Files (x86)\LilyPond\usr\bin>forfiles /s /p "C:\users\peter\Lilypool\Musi

Re: convert-ly problem

2019-12-19 Thread Ben
On 12/19/2019 6:55 AM, Peter Gentry wrote: Having rediscovered the fact that Frescobaldi does not call convert-ly anymore. I went to the section 2.2 of the usage manual and popped the following into a windows 10 command prompt (with administrator privs) C:\Program Files (x86)\LilyPond\usr\bi

convert-ly problem 2

2019-12-19 Thread Peter Gentry
Having rediscovered the fact that Frescobaldi does not call convert-ly anymore. I went to the section 2.2 of the usage manual and popped the following into a windows 10 command prompt (with administrator privs) C:\Program Files (x86)\LilyPond\usr\bin>forfiles /s /p "C:\users\peter\Lilypool\Musi

Re: convert-ly problem 2

2019-12-19 Thread Robin Bannister
Peter Gentry wrote: Clearly these other pythons have interfered with Lily somewhere and may have a bearing on my other recent issues. Relying on the .py association is asking for these problems. Get convert-ly to work with a single .ly file first. My batch file starts with "%programfiles(x

Re: convert-ly problem 2

2019-12-19 Thread Carl Sorensen
In general, the way to execute convert-ly.py is not with convert-ly.py But instead python convert-ly.py If you create an executable batch file somewhere in your PATH called convert-ly, with the contents C:\Program Files (x86)\LilyPond\usr\bin\python.exe C:\Program Files (x86)\LilyPond\usr

Re: convert-ly problem

2019-12-19 Thread Gregory Hollands
convert-ly.py is a python script, so you have to call it via python: python convert-ly.py https://www.pythoncentral.io/execute-python-script-file-shell/ HTH, Greg

Creating click tracks for an arbitrary time signature and length of music

2019-12-19 Thread Matt Wallis
For some compositions, I create midi output with click tracks. If the music is in 4/4 time and of 64 measures in length, the the click track looks like this: \repeat unfold 64 \drummode { wbh4\f wbl\pp wbl wbl } If it's in 6/8 time, and 40 measures in length, it looks like this: \repeat

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

Re: Creating click tracks for an arbitrary time signature and length of music

2019-12-19 Thread Karlin High
On Thu, Dec 19, 2019 at 5:03 PM Matt Wallis wrote: > What I want to do is to automatically create a click track for any > length of music, and any time signature. I remember a similar question for generating a continuous-drone track for bagpipes.

Re: Need help with Scheme code

2019-12-19 Thread Stefano Troncaro
Hi Paolo, AFAIK the problem here is that \tweak reads the next event of the input and you can't access those properties because the event has not been translated to a grob yet so lilypond has not yet calculated those values (others more suited than me may be able to explain it more elegantly or co

Re: Creating click tracks for an arbitrary time signature and length of music

2019-12-19 Thread Matt Wallis
On 19/12/2019 23:27, Karlin High wrote: On Thu, Dec 19, 2019 at 5:03 PM Matt Wallis wrote: What I want to do is to automatically create a click track for any length of music, and any time signature. I remember a similar question for generating a continuous-drone track for bagpipes.

Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
I want to place the accidental accSagittal7v11CommaUp, xE346 on note c. I do not have a clue.Please explain how? And can this be done global, please explain also? %%% \version "2.18.0" \include "definitions.ily" \smuflOn \relative c'' {a4 b c d} %%% Thank you, ƒg

Re: Creating click tracks for an arbitrary time signature and length of music

2019-12-19 Thread Aaron Hill
On 2019-12-19 3:03 pm, Matt Wallis wrote: What I want to do is to automatically create a click track for any length of music, and any time signature. For example, if the music is L measures in length, and the numerator of the time signature is N, and the denominator is D, then I want a click trac

Re: Need help with Scheme code

2019-12-19 Thread Paolo Prete
Thanks Stefano. Currently I'm working for making generic the template. I'll test your snippet soon after. Best, Paolo On Fri, Dec 20, 2019 at 1:04 AM Stefano Troncaro wrote: > Hi Paolo, > > AFAIK the problem here is that \tweak reads the next event of the input > and you can't access those prope

Re: Accidentals from SMuFL?

2019-12-19 Thread Andrew Bernard
Hi Freeman, Be assured that this can be done. I use the following technique all the time. First you need to be familiar with openlilylib and install it. See archives for instructions. [I cant assume you know how to use it.] Then there is a snippet for custom-music-fonts/smufl. Here's some functi

Re: Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
Andrew: Thank you. Will \version "2.19.83" Work? example.ly works so I should be setup. ok... I think i need an example using the code I do not know what to do with the code so I cut and past to see, I get this.. Starting lilypond-windows.exe 2.19.83 [Untitled (3)]... Processing `C:/Users/GD

Re: Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
Andrew: I sent the wrong log to show you what i get. Disregard it. I tried this by it self still does not work. \version "2.19.83" \include "definitions.ily" treble = { d'4 \accidentalHalfSharpArrowUp des'4 \accidentalNaturalRaise d' } \score { \new Staff { \treble } \layout {