Re: openlilylib and Makefiles

2015-02-09 Thread Craig Dabelstein
Thanks for the help everyone. All fixed. Craig On Mon Feb 09 2015 at 6:56:24 PM Urs Liska u...@openlilylib.org wrote: Am 09.02.2015 um 09:02 schrieb Craig Dabelstein: Hi all, I've still had no joy trying to get this makefile to find openlilylib. Does anyone have any ideas? Craig

Re: Gridly: simple Segmented Grid

2015-02-09 Thread Matteo Ceccarello
Hi all, as I've already expressed privately I think this is a great project - thank you for following up on my ideas. If I get the README right this will in fact overcome several limitations of my so-far manual approach. I hope we'll be able to make that generally available in the most

Re: openlilylib and Makefiles

2015-02-09 Thread Urs Liska
Am 09.02.2015 um 09:02 schrieb Craig Dabelstein: Hi all, I've still had no joy trying to get this makefile to find openlilylib. Does anyone have any ideas? Craig As was suggested several times you have to add openlilylib to LilyPond's include path (as explained here:

Re: Gridly: simple Segmented Grid

2015-02-09 Thread Urs Liska
Am 09.02.2015 um 09:56 schrieb Matteo Ceccarello: Here I see room for starting some discussion on automated testing. I think that example files can serve also as test files, to check that code changes or version changes do not break things. Github has an associated continuous integration

Re: EB Garamond font-series

2015-02-09 Thread Alexander Kobel
On 2015-02-09 05:58, tisimst wrote: This is correct. LibreOffice does fake italic, bold, and bold-italic if that variant doesn't exist. LilyPond, however, makes no attempt at this and just reverts to the closest one that is installed, which is usually the regular variant. [...] On Mon, Feb 9,

Re: [openLilyLib] Fundamental reorganization started

2015-02-09 Thread Urs Liska
Am 10. Februar 2015 05:36:12 MEZ, schrieb Paul Morris p...@paulwmorris.com: Hi Urs, Good to hear about the recent progress on this. Looks like you have put a lot of thought and work into it. Yes, definitely more than intended ;-) Your post was a lot to take in, so here are just a few

Re: absolute font size issues

2015-02-09 Thread Werner LEMBERG
[Reviving an old thread] From: Werner LEMBERG w...@gnu.org Subject: Re: absolute font size issues Date: Fri, 14 Nov 2014 06:25:20 +0100 (CET) D'oh. A closer look into the sources of my old project dates 2011, and I did not use \abs-... but \...-mm instead and gave all dimensions in

Re: [openLilyLib] Fundamental reorganization started

2015-02-09 Thread Urs Liska
- I'm still getting used to the idea of the libraries being dependent on general oll code (for things like setting options, etc.). Part of me would like to have them work on their own, although I guess that would still be possible for that to happen if the library author/maintainer chose to

Re: EB Garamond font-series

2015-02-09 Thread Conor Cook
Isn't it frustrating and exciting to be involved with, or at least aware of or even using, something that is still in the process of developing? I love EBGaramond, and use it for many of my projects (using the SC variant in place of bold), but I am eagerly awaiting the bold release! ~Conor Cook

Re: openlilylib and Makefiles

2015-02-09 Thread Craig Dabelstein
Hi all, I've still had no joy trying to get this makefile to find openlilylib. Does anyone have any ideas? Craig On Mon Feb 09 2015 at 2:22:03 PM Kevin Barry barr...@gmail.com wrote: On Mon, Feb 9, 2015 at 2:01 AM, Craig Dabelstein craig.dabelst...@gmail.com wrote: Does anyone have

Issue with \partcombine

2015-02-09 Thread Javier Salazar Loyola
Hi, I'm having this issue that the \partcombine command doesn't behave well when working with several combinations of \partcombineApart and \partcombineChords. In this folder (https://drive.google.com/folderview?id=0BzSxENzPKZj-

Re: Pianostaff 4-part writing and rests

2015-02-09 Thread Michael Rivers
I just engraved a piece for which the standard solutions given in this thread worked especially badly. There were many 8th notes alternating with 8th rests (which should be merged by Lilypond, but can't be automatically), so switching back and forth between a polyphonic structure and \oneVoice was

Re: Pianostaff 4-part writing and rests

2015-02-09 Thread Peter Danemo
Hello Kieren! I tried your suggestion but got this error message Starting lilypond 2.19.15 [Untitled]... Processing `/var/folders/57/18mvczhs3qj389_tr12w2s34gn/T/frescobaldi-rmF3d0/tmprtTcu5/document.ly' Parsing...

converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to build Messiah I downloaded from a WEB -site. There is no version in the lily files, but the WEB site and also the pdf from the same web- site says, it's 2.13.8 but when I convert this file with the command convert-ly -edc

Re: converting old to new version not working right

2015-02-09 Thread Jim Long
One possible explanation is that you have more than one version of convert-ly on your system, perhaps from having installed the software using different methods. If the older one is in a path that gets searched before the new binary's location, then your shell will find and run the old one. $

Re: converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 01:09:59 PM you wrote: One possible explanation is that you have more than one version of convert-ly on your system, perhaps from having installed the software using different methods. If the older one is in a path that gets searched before the new binary's

Re: EB Garamond font-series

2015-02-09 Thread Simon Albrecht
Hello everybody, then it seems I have been deceived by the fact that there is a separate file for each bold, italic and bold italic in the .zip provided via the download link I sent along. Thanks for the information. Still, I wonder: I tried it out even in leafpad (ubuntu's simple text editor)

Re: EB Garamond font-series

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 04:41:22 AM Kevin Barry wrote: On Mon, Feb 9, 2015 at 4:27 AM, Thomas Spuhler thomas.spuh...@btspuhler.com wrote: Are you sure: see attachment from libreoffice writer, normal and bold When there is no bold face present, a word processor might `fake' one

Re: converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 01:39:57 PM Jim Long wrote: $ locate convert-ly /usr/bin/convert-ly /usr/share/doc/lilypond-doc/share/man/man1/convert-ly.1 /usr/share/man/man1/convert-ly.1.xz You likely know, but for the benefit of others who may not, locate is not definitive. At least

Re: converting old to new version not working right

2015-02-09 Thread Jim Long
but when I convert this file with the command convert-ly -edc --from=2.13.8 part-vocal-keyboard.ly it adds on top of the file \version 2.16.0 I have version 2.18.2 installed. why is it only updating to version 2.16.0? Sorry, I didn't read closely enough and check your args against the

Re: converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 01:52:41 PM Jim Long wrote: but when I convert this file with the command convert-ly -edc --from=2.13.8 part-vocal-keyboard.ly it adds on top of the file \version 2.16.0 I have version 2.18.2 installed. why is it only updating to version 2.16.0?

Re: converting old to new version not working right

2015-02-09 Thread Jim Long
$ locate convert-ly /usr/bin/convert-ly /usr/share/doc/lilypond-doc/share/man/man1/convert-ly.1 /usr/share/man/man1/convert-ly.1.xz You likely know, but for the benefit of others who may not, locate is not definitive. At least on systems I'm familiar with, locate uses a database which is

Re: converting old to new version not working right

2015-02-09 Thread Mats Bengtsson
Thomas Spuhler thomas.spuhler at btspuhler.com writes: On Monday, February 09, 2015 01:52:41 PM Jim Long wrote: but when I convert this file with the command convert-ly -edc --from=2.13.8 part-vocal-keyboard.ly it adds on top of the file \version 2.16.0 I have version

Re: converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 02:18:17 PM Thomas Spuhler wrote: On Monday, February 09, 2015 01:09:59 PM you wrote: One possible explanation is that you have more than one version of convert-ly on your system, perhaps from having installed the software using different methods. If the older

Re: converting old to new version not working right

2015-02-09 Thread Thomas Spuhler
On Monday, February 09, 2015 10:21:31 PM Mats Bengtsson wrote: Thomas Spuhler thomas.spuhler at btspuhler.com writes: On Monday, February 09, 2015 01:52:41 PM Jim Long wrote: but when I convert this file with the command convert-ly -edc --from=2.13.8 part-vocal-keyboard.ly it

Re: EB Garamond font-series

2015-02-09 Thread Alexander Kobel
On 2015-02-09 11:56, Simon Albrecht wrote: Hello everybody, then it seems I have been deceived by the fact that there is a separate file for each bold, italic and bold italic in the .zip provided via the download link I sent along. Thanks for the information. Huh? The EB...-0.016.zip on

Re: converting old to new version not working right

2015-02-09 Thread Thomas Morley
2015-02-09 22:44 GMT+01:00 Thomas Spuhler thomas.spuh...@btspuhler.com: OK, transferred the file to another box withe same Lilpond version (2.18.2). I get this: $ convert-ly -e --from=2.13.8 part-vocal-keyboard.ly convert-ly (GNU LilyPond) 2.18.2 and the first line reads \version 2.18.0

Re: Pianostaff 4-part writing and rests

2015-02-09 Thread Kieren MacMillan
Hi Michael, There were many 8th notes alternating with 8th rests (which should be merged by Lilypond, but can't be automatically) Did you try the merge-rests-on-positioning trick? \version 2.19.15 #(define (rest-score r) (let ((score 0) (yoff (ly:grob-property-data r 'Y-offset))

Re: [openLilyLib] Fundamental reorganization started

2015-02-09 Thread Paul Morris
Hi Urs, Good to hear about the recent progress on this. Looks like you have put a lot of thought and work into it. Your post was a lot to take in, so here are just a few thoughts off the top of my head. - What is the plan for existing oll code/content? Will there be a library for more bubbly