Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> > Hi Paul, > > one more try: I've installed LP 2.19.37. > Yes, it has a different behavior: default whiteout style is the "classic" > old box style that covers everything behind. You can set the "outline" > style: > Does that work for you? > > Cheers, > Klaus Yes, with 2.19.36 it seems

Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> > A direction modifier (- for ‘neutral’, ^ for ‘up’ or _ for ‘down’) is > needed to mark a post event, i.e. in this case a text script attached to > a note. > > HTH, Simon > Thanks Simon I should have figured that out. What I have figured out is that a post event may handle a layer change

Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> The markup part takes nearly no space at all and is placed behind the score: > > But I'm working with LP 2.19.30 and 2.19.25. > Maybe something has changed since those versions? > Hi Klaus, I don't really want to go

Re: Graphic background behind systems

2016-02-28 Thread Paul Booker
> > I’m not having any problem with this, if I leave both grobs in the > default layer, or if StaffSymbol is _below_ BarLine. The whiteout on > BarLine seems to be too small to affect StaffSymbol – dunno why. > > HTH, Simon > Hi Simon, I don't have a problem there either. My primary thread

Re: Graphic background behind systems

2016-02-28 Thread Paul Booker
Klaus Blum gmx.de> writes: > you could use > \override Score.BarLine.whiteout = ##t > but that would make the white "frame" around the barlines cover the staff > lines. > But as you wrap your score into a markup block, you can use the \whiteout > command for the entire score. Hi Klaus,

Graphic background behind systems

2016-02-28 Thread Paul Booker
%{ I am trying to make an image using a number of single-system scores wrapped in \markup blocks, and I would like to place the samplePath graphic behind each barline (i.e. drawn first in svg output), but remain independent so I can position them in \hspace. Ultimately the path graphics will be

Re: Using path expressions to override stencils

2016-02-17 Thread Paul Booker
> > customClefStencilTwo = > #(make-path-stencil > '(rmoveto 0 0 > rcurveto 0 0.75 1 0.75 1 0 > rcurveto 0 -0.75 -1 -0.75 -1 0 > rcurveto -1 0 -1 1.5 -0.5 1.5 > rmoveto 0.5 -1.5 > rcurveto -1 0 -1 -1.5 -0.5 -1.5 > rmoveto 0.5 1.5 > rmoveto 1 0 > rcurveto

Re: Using path expressions to override stencils

2016-02-16 Thread Paul Booker
> Done. > http://lsr.di.unimi.it/LSR/Item?id=623 > Cheers, > Harm That's great, Thanks Thomas. Paul ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Using path expressions to override stencils

2016-02-16 Thread Paul Booker
Paul Morris paulwmorris.com> writes: > > > On Feb 16, 2016, at 8:35 AM, Paul Booker homebass.net> wrote: > > > > I've only narrowed the problem down to the function > > Hi Paul, Can you send a full but tiny example that we can run/test with LilyPond? S

Using path expressions to override stencils

2016-02-16 Thread Paul Booker
Regarding LSR item 623: http://lsr.di.unimi.it/LSR/Search?q=623 I'm sure I had this working with v2.18.2 but not having any luck with v2.19.36 In Win 8.1 I get an error message: /lily/grob-property.cc, Line 243 Expression: scm_is_null(value) || scm_is_eq(value, marker) I've only

Re: Removing white space from svg output

2016-02-02 Thread paul booker
Paul Morris paulwmorris.com> writes: > > > On Feb 1, 2016, at 10:15 PM, Paul Booker homebass.net> wrote: > > > > Ok, that wasn't clear, got it now, thanks > > Works for one-line parts but also converts two line pieces to one line, > > ignoring the \break

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
> > These are timely questions. See ly:one-line-auto-height-breaking > > http://lilypond.org/doc/v2.19/Documentation/notation/page-breaking#one_002dline_002dauto_002dheight-page-breaking > > which just landed in the LilyPond development release, 2.19.36 > Interesting! I had a go, guessing

Removing white space from svg output

2016-02-01 Thread paul booker
While trying to achieve svg output comparable to png output, I have reached a workaround which comes close enough for my purposes. Now I have a question at the other end of this! I have this in my "defs.ily" file: #(set-default-paper-size "a6" 'landscape) \paper{ indent=0\mm

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
Paul Morris paulwmorris.com> writes: > > % > > \version "2.19.36" > > \paper { > page-breaking = #ly:one-line-auto-height-breaking > } > > { c1 } > > % > > The syntax is documented on that page in the Notation Reference that I linked to in my previous message. >

Re: Bravura svg font

2016-01-08 Thread Paul Booker
David Kastrup gnu.org> writes: > > Andrew Bernard gmail.com> writes: > > > Hi Paul, > > > > I don’t know if it is by design or not in lilypond, but I incorporate > > a lot of postscript in my scores and they simply will not render as > > SVG. So far, I have never had any clear answers about

Re: Bravura svg font

2016-01-08 Thread paul booker
Nathan Ho snappizz.com> writes: > > On 2016-01-07 15:49, Simon Albrecht wrote: > > > > In case others be interested: > > > > Nice and funny Thanks, Abraham (and Mark)! > > > > Yours, Simon > > There aren't enough novelty

Bravura svg font

2016-01-06 Thread Paul Booker
Hi, I'm a new use of lilypond-windows on Win 8.1 64bit and Win 7. First of all, thanks for wonderful software; I'm generating many snippets for educational purposes. My main problem so far is getting the bravura alternative font to appear. I don't mind trying a few things, but this problem has me