Re: Video generation on linux systems: Note and rests change color

2017-07-23 Thread David Kastrup
Knut Petersen writes: > Maybe it would be a good idea to introduce some additional hooks into > lilypond that would eliminate the need to patch lilypond. But > contributing code to lilypond is complex and time-consuming. Maintaining your own changes tends to be a

Re: incorporating dynamics

2017-07-23 Thread Kieren MacMillan
Hi Reilly, > For reference, I've tried variations of the following two lines: > (b) \once \override DynamicText #'Y-offset > (a) \once \override DynamicLineSpanner #'Y-offset Please post a minimal working (compilable) example of what you've tried. Thanks, Kieren.

Re: Video generation on linux systems: Note and rests change color

2017-07-23 Thread Knut Petersen
Hi Karlin! I got some font errors during the lilypond compile: "warning: no glyph for character U+9F in font [...] ./texgyreschola- [*]" (Square brackets with placeholders for brevity.) Looks my setup is choking on the German ß sharp-S thing. Lilypond handles utf-8 characters, and the texgyre

re: incorporating dynamics

2017-07-23 Thread Reilly Farrell
Hi All, I'm in the process of editing out collisions and have come to need a solution for adjusting the vertical alignment of dynamic marks on a case-by-case basis. I've been over the documentation and have tried different solutions based on my findings there, but so far I've had no luck moving

Re: measure numbers with letters

2017-07-23 Thread Thomas Morley
2017-07-23 6:49 GMT+02:00 Paul Scott : > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: >> Simon Albrecht-2 wrote >> > { >> >c'1 \break >> >\once\override Score.BarNumber.text = "1A" >> >c' >> > } >> > does not work >> >> In 2.18, I use >> >> barNrSffx

Re: Video generation on linux systems: Note and rests change color

2017-07-23 Thread Christopher R. Maden
On 07/23/2017 03:56 AM, Knut Petersen wrote: I got some font errors during the lilypond compile: "warning: no glyph for character U+9F in font [...] ./texgyreschola- [*]" (Square brackets with placeholders for brevity.) Looks my setup is choking on the German ß sharp-S thing. Lilypond handles

Re: measure numbers with letters

2017-07-23 Thread Paul Scott
On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: > 2017-07-23 6:49 GMT+02:00 Paul Scott : > > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: > > Hi Paul, > > here my own approach (extending the default 'robust-bar-number-function') This looks

Re: How to control spacing between scores in a bookpart?

2017-07-23 Thread Stephen Nesbitt
Sorry about posting off list. I hit reply assuming it would go to lilypond-user. You are correct - the \cm specification is not necessary. I start seeing results - notable separation between score1 and score2 with score-system-spacing.basic-distance set around 12 or so. I get my desired spacing

Re: How to control spacing between scores in a bookpart?

2017-07-23 Thread Kieren MacMillan
Hi Stephen, > Do you know what the relationship is between system-system-spacing and > score-systems-spacing. Does one have precedence over the other? Perhaps this will help? Cheers, Kieren. Kieren MacMillan,

Re: measure numbers with letters

2017-07-23 Thread Thomas Morley
2017-07-23 21:13 GMT+02:00 Paul Scott : > On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: >> 2017-07-23 6:49 GMT+02:00 Paul Scott : >> > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: >> >> Hi Paul, >> >> here my own approach

Re: measure numbers with letters

2017-07-23 Thread Paul Scott
On Sun, Jul 23, 2017 at 12:13:08PM -0700, Paul Scott wrote: > On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: > > 2017-07-23 6:49 GMT+02:00 Paul Scott : > > > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: > > > > Hi Paul, > > > > here my own

Re: Video generation on linux systems: Note and rests change color

2017-07-23 Thread Knut Petersen
Hi David! But contributing code to lilypond is complex and time-consuming. Maintaining your own changes tends to be a permanent time drain and makes it harder to share experience and join efforts with other users. Probably both is correct. I experienced that it is easier, faster and

drawing brackets spanning multiple staves - spacing issue

2017-07-23 Thread Eby Mani
Hi, I'm engraving some organ music and using the LSR(http://lsr.di.unimi.it/LSR/Snippet?id=957) for drawing brackets spanning multiple staves to denote a particular manual/registration. The problem now i'm facing, the LSR brackets are too close to the notes/barlines/key signatures/etc..

Re: openLilyLib on Windows 10

2017-07-23 Thread Daniel Sanmartín Nieto
Hi Urs and Karlin, I am really sorry for the late reply but I had some issues with the internet connection on my vacation spot. I just wanted to thank you both for the work. I took the same steps that Karlin. At first I tried with both "oll-core" and "oll-core-master" folder names because I

Re: measure numbers with letters

2017-07-23 Thread Paul Scott
On Sun, Jul 23, 2017 at 09:28:25PM +0200, Thomas Morley wrote: > 2017-07-23 21:13 GMT+02:00 Paul Scott : > > On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: > >> 2017-07-23 6:49 GMT+02:00 Paul Scott : > >> > On Sat, Jul 22, 2017 at

Re: How to make this postscript spanner to work with L bound-details?

2017-07-23 Thread Thomas Morley
2017-07-10 23:50 GMT+02:00 dtsmarin : > vibratospanner.ly > > > I want to be able to lengthen/shorten this spanner so that I can avoid > potential collisions. The left padding works perfectly but the end

Re: drawing brackets spanning multiple staves - spacing issue

2017-07-23 Thread Thomas Morley
2017-07-23 19:39 GMT+02:00 Eby Mani : > Hi, I'm engraving some organ music and using the > LSR(http://lsr.di.unimi.it/LSR/Snippet?id=957) for drawing brackets spanning > multiple staves to denote a particular manual/registration. > > The problem now i'm facing, the LSR brackets

Re: measure numbers with letters

2017-07-23 Thread Paul Scott
On Sun, Jul 23, 2017 at 09:28:25PM +0200, Thomas Morley wrote: > 2017-07-23 21:13 GMT+02:00 Paul Scott : > > On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: > >> 2017-07-23 6:49 GMT+02:00 Paul Scott : > >> > On Sat, Jul 22, 2017 at