Re: Ties, distance from barline at a system break

2016-10-07 Thread Kieren MacMillan
Hi Robert, > Finally I got it working Yay! > Since I do not yet know the right way to install things downloaded from > github.com/openlilylib, I merely copied the folder "snippets-master" to a > LilyPond folder in my Dropbox and used \include "full_path_to_shapeII.ily" > in the ME I

Re: Why warning: cannot end volta spanner?

2016-10-07 Thread David Wright
On Fri 07 Oct 2016 at 18:44:28 (+0100), Peter Toye wrote: > Not exactly! I've modded my example and am getting interesting results. In my > original music (far too long to show here) without the change to > voltaSpannerDuration the 2nd time volta spanner stretches right over the > repeat unfold

Re: vertical spacing of included file

2016-10-07 Thread bart deruyter
hi all, I think I've found a possible solution by using \bookpart anyway. I've separated the content even more and put the \score in original_file in a variable \Music. Then I make a second file with an include of the original_file.ly, naming it original_file_score.ly and by adding \Music I have

Re: Why warning: cannot end volta spanner?

2016-10-07 Thread Peter Toye
David, Not exactly! I've modded my example and am getting interesting results. In my original music (far too long to show here) without the change to voltaSpannerDuration the 2nd time volta spanner stretches right over the repeat unfold (over several lines) without any error message. My

Re: BendSpanner-engraver

2016-10-07 Thread David Nalesnik
Hi Harm, On Sun, Sep 11, 2016 at 4:53 AM, Thomas Morley wrote: > > It's based on our scheme-text-spanner.ly from the reg-test You may want to incorporate the attached, which corrects an error in the regtest and adds a warning omitted there. (In addition, there are

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread David Nalesnik
Hi again, On Fri, Oct 7, 2016 at 9:11 AM, David Nalesnik wrote: > Hi Rutger, > > On Fri, Oct 7, 2016 at 2:30 AM, Rutger Hofman wrote: >> Hello list, >> >> David Nalesnik wrote a scheme TextSpanner that honours the spanner-id >> predicate. This is

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread David Nalesnik
On Fri, Oct 7, 2016 at 9:47 AM, David Nalesnik wrote: > The attached [...] There's some test code in the rewrite, which you may want to remove. Without it, lines 177- look like this: ((finalize trans) ;; If spanner ends on spacer at end of context?

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Shane Brandes
Did you mean a 16th century font? On Fri, Oct 7, 2016 at 7:06 AM, Richard Shann wrote: > On Fri, 2016-10-07 at 10:52 +0100, Richard Shann wrote: >> On Fri, 2016-10-07 at 10:37 +0100, Phil Holmes wrote: >> > > seems identical with or without MultiMeasureRest.style = >> >

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread David Nalesnik
Hi Rutger, On Fri, Oct 7, 2016 at 2:30 AM, Rutger Hofman wrote: > Hello list, > > David Nalesnik wrote a scheme TextSpanner that honours the spanner-id > predicate. This is really, really great: I no longer have to create new > Voices for overlapping TextSpanners. But it has a

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread David Nalesnik
On Fri, Oct 7, 2016 at 1:56 PM, David Nalesnik wrote: > On Fri, Oct 7, 2016 at 1:47 PM, Rutger Hofman wrote: >> I tested with multiple spanners. It threw me an error on line 77: s is an >> unbound variable. I don't grasp your code, but if I replace

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread Rutger Hofman
I tested with multiple spanners. It threw me an error on line 77: s is an unbound variable. I don't grasp your code, but if I replace '(cdr s)' with 'f' in that line, it works fine with overlapping spanners. Thanks very much! Rutger On 10/07/2016 04:47 PM, David Nalesnik wrote: Hi again,

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Richard Shann
On Fri, 2016-10-07 at 12:13 -0400, Shane Brandes wrote: > Did you mean a 16th century font? yes, the time signature font is one of the things that is looks rather heavy against the LilyPond Petrucci glyphs. There are the early time indicator glyphs of course, but the Rebel print isn't using them.

Re: Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread David Nalesnik
On Fri, Oct 7, 2016 at 1:47 PM, Rutger Hofman wrote: > I tested with multiple spanners. It threw me an error on line 77: s is an > unbound variable. I don't grasp your code, but if I replace '(cdr s)' with > 'f' in that line, it works fine with overlapping spanners. Ah, OK. my

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Simon Albrecht
On 07.10.2016 20:34, Richard Shann wrote: On Fri, 2016-10-07 at 12:13 -0400, Shane Brandes wrote: Did you mean a 16th century font? yes, the time signature font is one of the things that is looks rather heavy against the LilyPond Petrucci glyphs. There are the early time indicator glyphs of

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Richard Shann
On Fri, 2016-10-07 at 10:52 +0100, Richard Shann wrote: > On Fri, 2016-10-07 at 10:37 +0100, Phil Holmes wrote: > > > seems identical with or without MultiMeasureRest.style = > > #'neomensural > > > and indeed with MultiMeasureRest.style = ##f too. > > > > > > > > > Richard > > > > > > Have you

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Malte Meyn
Am 07.10.2016 um 09:35 schrieb Richard Shann: the R1*6/4 typesets as a classical whole bar rest You would need a separate override for MultiMeasureRest: \override MultiMeasureRest.style = #'neomensural This is because MultiMeasureRest’s stencil doesn’t look for the style even

Re: Ties, distance from barline at a system break

2016-10-07 Thread Robert Blackstone
Hi Kieren, Finally I got it working, albeit "Non senza fatiga" (like when you managed to play Frescobaldi's Toccata IX, at least according to Frescobaldi himself). Since I do not yet know the right way to install things downloaded from github.com/openlilylib, I merely copied the folder

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Richard Shann
On Fri, 2016-10-07 at 10:03 +0200, Malte Meyn wrote: > > Am 07.10.2016 um 09:35 schrieb Richard Shann: > > the R1*6/4 typesets as a classical whole bar > > rest > > You would need a separate override for MultiMeasureRest: > > \override MultiMeasureRest.style = #'neomensural Thanks, that

Alternate (scheme) text spanner ignores spacers

2016-10-07 Thread Rutger Hofman
Hello list, David Nalesnik wrote a scheme TextSpanner that honours the spanner-id predicate. This is really, really great: I no longer have to create new Voices for overlapping TextSpanners. But it has a feature/bug that is really unwelcome: if the \stopTextSpan is after a spacer note (maybe

vertical spacing of included file

2016-10-07 Thread bart deruyter
Hi all, back to my book of etudes, I've encountered an issue with vertical spacing. The standalone .ly file renders the score perfectly well on one page, without a pagecount setting, I even increased the system-system-spacing in the paper block, to spread it more evenly over the page. The

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Richard Shann
On Fri, 2016-10-07 at 09:54 +0100, Richard Shann wrote: > On Fri, 2016-10-07 at 10:03 +0200, Malte Meyn wrote: > > > > Am 07.10.2016 um 09:35 schrieb Richard Shann: > > > the R1*6/4 typesets as a classical whole bar > > > rest > > > > You would need a separate override for MultiMeasureRest: > >

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Phil Holmes
- Original Message - From: "Richard Shann" To: "Malte Meyn" Cc: Sent: Friday, October 07, 2016 10:07 AM Subject: Re: Typesetting "as near to Petrucci style as possible". On Fri, 2016-10-07 at 09:54 +0100,

Re: Typesetting "as near to Petrucci style as possible".

2016-10-07 Thread Richard Shann
On Fri, 2016-10-07 at 10:37 +0100, Phil Holmes wrote: > > seems identical with or without MultiMeasureRest.style = > #'neomensural > > and indeed with MultiMeasureRest.style = ##f too. > > > > > > Richard > > > Have you considered using r1 instead of R1? I don't know the era of > the > music