Re: LilyPond and FontForge

2019-08-17 Thread Werner LEMBERG
> I would really appreciate someone explaining how to generate these > tables using FontForge. thanks! (0) Please read `mf/README'. For better readability of log files created by METAFONT I suggest that you (temporarily) set max_print_line=1000 in your environment. (1) A run of

frescobaldi extensions [was: python-ly, ly.indent]

2019-08-17 Thread mason
On 08/17, Urs Liska wrote: > I can't promise it will eventually pay off in terms of effort, but I' > definitely encourage you to have a look at Frescobaldi's extension API, which > has been merged to master and will be available in the next release (whenever > that will be). It allows you to

Re: python-ly, ly.indent

2019-08-17 Thread Urs Liska
[Including the list again] 17. August 2019 21:16, ma...@masonhock.com schrieb: > I currently manage my Lilypond projects with bash scripts that piece > together all of the files to build the score and parts in different > editions, page sizes, etc. Here's an example.[1] The automation has > many

Re: python-ly, ly.indent

2019-08-17 Thread mason
I currently manage my Lilypond projects with bash scripts that piece together all of the files to build the score and parts in different editions, page sizes, etc. Here's an example.[1] The automation has many advantages, but it's very messy. I'm using files and directory structures as a

Re: python-ly, ly.indent

2019-08-17 Thread Urs Liska
Hi Mason, great that it really worked how I thought it should :-) May I ask what you are doing this for? Best Urs 17. August 2019 19:25, ma...@masonhock.com schrieb: > Thanks Urs, > > Seeing how the Document and Cursor classes are used there was enough to > put me on the right track. I've

Re: python-ly, ly.indent

2019-08-17 Thread mason
Thanks Urs, Seeing how the Document and Cursor classes are used there was enough to put me on the right track. I've achieved what I was going for with this: %%% begin test.py %%% import ly.document import ly.indent music = '''\\new Staff << \\relative c' { c4 c c c } | >>>''' d =

Re: LilyPond and FontForge

2019-08-17 Thread fasola
Thank you, Andrew. Clearly, your answer makes sense if I anticipate doing a lot of font customization. However, I've already made the font modifications I want in FontForge; they're quite small and I don't want to learn a different approach to make minor tweaks. One of my changes is to semibreves,

Re: Note spacing with a polyphonic grace notes

2019-08-17 Thread Pierre Perol-Schneider
Hi Andrew, The wanted spacing is shown in the 2nd snippet. The workaround reaches almost it. Cheers, Pierre Le sam. 17 août 2019 à 11:20, Andrew Bernard a écrit : > What is the wanted spacing? > > Andrew > > > On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote: > > Hi List, > > Please consider

Re: Note spacing with a polyphonic grace notes

2019-08-17 Thread Andrew Bernard
What is the wanted spacing? Andrew On 17/8/19 7:14 pm, Pierre Perol-Schneider wrote: Hi List, Please consider those two snippets -- with a possible workaround in order to reach the wanted spacing: ___ lilypond-user mailing list

Note spacing with a polyphonic grace notes

2019-08-17 Thread Pierre Perol-Schneider
Hi List, Please consider those two snippets -- with a possible workaround in order to reach the wanted spacing: \version "2.19.83" \fixed c' { \voiceOne s4. \grace { << { g,32 -\shape #'((0 . 0)(0 . 0)(2 . 0)(2.5 . 2)) _( g b \once\textLengthOn f') %

Re: python-ly, ly.indent

2019-08-17 Thread Urs Liska
Just shortly: does https://github.com/frescobaldi/python-ly/blob/master/ly/cli/main.py and https://github.com/frescobaldi/python-ly/blob/master/ly/cli/command.py#L116 help you further? I thought it would be best to look how the ly command line program does it. Urs Am 17. August 2019