Fwd: Re: DYLD_LIBRARY_PATH fails in gs, OS X El Capitan

2015-12-05 Thread Colin Campbell
Forwarded from bug list, as there are likely more users who can help. Forwarded Message Subject:Re: DYLD_LIBRARY_PATH fails in gs, OS X El Capitan Date: Sat, 5 Dec 2015 10:35:06 -0700 (MST) From: stefandres To: bug-lilyp...@gnu.org Hi, I

Re: Spanner text in parenthesis on a new system

2015-12-05 Thread David Nalesnik
On Sat, Dec 5, 2015 at 10:03 AM, David Nalesnik wrote: > > { > \override Staff.OttavaBracket.stencil = > #(lambda (grob) > (let ((text (ly:grob-property grob 'text)) >(lb (ly:spanner-bound grob LEFT))) >(if (= (ly:item-break-dir lb) CENTER)

Re: Spanner text in parenthesis on a new system

2015-12-05 Thread David Nalesnik
Hi Gilberto, On Sat, Dec 5, 2015 at 5:11 AM, Gilberto Agostinho < gilbertohasn...@gmail.com> wrote: > Hi all, > > Is it possible to automatically change the text of a spanner so that if > they > last for more than one system they get parenthesized? I would like to apply > this both to the ottava

problem adding \epsfile to markup

2015-12-05 Thread Ryan Michael
I have a local EPS file called "niolin.eps" which I am trying to add to my markup. I think i need to add a bounding box for it for it to work, but am not sure how to do that. I exported the EPS file directly from Adobe Illustrator. Here is the lilypond error code: Wrong type argument in

Re: problem adding \epsfile to markup

2015-12-05 Thread Simon Albrecht
On 05.12.2015 11:56, Ryan Michael wrote: I have a local EPS file called "niolin.eps" which I am trying to add to my markup. I think i need to add a bounding box for it for it to work, but am not sure how to do that. I exported the EPS file directly from Adobe Illustrator. Here is the

Re: problem adding \epsfile to markup

2015-12-05 Thread Thomas Morley
2015-12-05 11:56 GMT+01:00 Ryan Michael : > I have a local EPS file called "niolin.eps" which I am trying to add to my > markup. I think i need to add a bounding box for it for it to work, but am > not sure how to do that. > > I exported the EPS file directly from Adobe

Re: problem adding \epsfile to markup

2015-12-05 Thread David Kastrup
Thomas Morley writes: > Though, if you can't find anything I've no idea how you could add > reasonable values for BoundingBox. eps2eps is a good bet. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Spanner text in parenthesis on a new system

2015-12-05 Thread Gilberto Agostinho
Hi all, Is it possible to automatically change the text of a spanner so that if they last for more than one system they get parenthesized? I would like to apply this both to the ottava indications as well as for the mixed style of sustain pedalling (actually we don't show any text at all when

Re: problem adding \epsfile to markup

2015-12-05 Thread Pierre Perol-Schneider
Hi Ryan, I don't think that this warning has something to do with the eps file. Cheers, ~Pierre 2015-12-05 11:56 GMT+01:00 Ryan Michael : > I have a local EPS file called "niolin.eps" which I am trying to add to my > markup. I think i need to add a bounding box for it

Re: problem adding \epsfile to markup

2015-12-05 Thread Ryan Michael
Here is the eps file: https://www.mediafire.com/?xhsu0jiidib2k9u What is the simplest lilypond file I could make to prove that it is not the larger structure of the file and is the eps file causing problems. And if it is the latter case, how do I ameliorate the eps file? I simply did an export

Re: problem adding \epsfile to markup

2015-12-05 Thread Thomas Morley
2015-12-05 21:49 GMT+01:00 Pierre Perol-Schneider : > Hi Ryan, > The attached file seems to do the job. > Cheers, > Pierre @Pierre How did you create the file? If I manually delete the non-UTF-characters, it sort of works, though I think you did something using

Re: Why break doesn't work?

2015-12-05 Thread Thomas Morley
To make a guess, there are some other things preventing a line-break. Maybe Beam or Glissando over BarLine, can't say without code. Probably one of those will help: \override Beam.breakable = ##t \override Glissando.breakable = ##t Cheers, Harm 2015-12-06 0:51 GMT+01:00 Luca Danieli

proper beaming question

2015-12-05 Thread Karol Majewski
By default, LilyPond's beaming of eight rest and three eight notes in 4/4 meter is: r8 c'8[ c'8 c'8] E. Gould on p. 164 states that: Rhythmic figures that are not part of a repeated pattern may be best beamed into separate beats, so that they are not mistaken for triplets nor fot groups of

Re: Spanner text in parenthesis on a new system

2015-12-05 Thread Gilberto Agostinho
Hi David, David Nalesnik-2 wrote > It's not difficult to do this for ottava indications. Below I simply > check > to see if the left-bound of the spanner is broken. Thanks, it works wonderfully! David Nalesnik-2 wrote > From my inspection of the code, though, this seems to be a > rather

RE: Why break doesn't work?

2015-12-05 Thread Luca Danieli
Thank you Joram. I'll pay more attention regarding your point (a). About (b), I did it write it because I was unable to reproduce the behavior.Indeed the solution you proposed doesn't work. If I write \bar "|." \break for example, I can see the new barline at the centre of the bar, but still it

Re: Using tiny inside a chord

2015-12-05 Thread Alberto Simões
Hi On 04/12/15 22:00, David Kastrup wrote: miny = \tweak font-size #-2 \etc and I hate when I try something that doesn't work, somebody suggest the same thing, and it works. Unfortunately I did not have saved my code, so, no idea what I did wrong. Thank you, David! Alberto

Re: Why break doesn't work?

2015-12-05 Thread Noeck
Dear Luca, there are a few things you could do better when writing to this list: a) Start a new thread with your topic and not reply to a mail on this list, if you have an unrelated question. b) Post a minimal example which shows the problem: http://lilypond.org/tiny-examples.html This example

Re: problem adding \epsfile to markup

2015-12-05 Thread David Kastrup
Ryan Michael writes: >> On Sat, Dec 5, 2015 at 3:55 AM, David Kastrup wrote: >> >>> Thomas Morley writes: >>> >>> > Though, if you can't find anything I've no idea how you could add >>> > reasonable values for BoundingBox. >>>

Re: DYLD_LIBRARY_PATH fails in gs, OS X El Capitan

2015-12-05 Thread Jacques Menu
Hello Colin, I run El Capitan and LP 2.19.32, and this problem doesn’t arise, see below. Can you migrate to see whether that solves the issue? JM -- menu@macbookprojm > uname -a Darwin macbookprojm 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015;

Re: problem adding \epsfile to markup

2015-12-05 Thread Pierre Perol-Schneider
Hi Ryan, The attached file seems to do the job. Cheers, Pierre 2015-12-05 21:41 GMT+01:00 David Kastrup : > Ryan Michael writes: > > >> On Sat, Dec 5, 2015 at 3:55 AM, David Kastrup wrote: > >> > >>> Thomas Morley

Re: Why break doesn't work?

2015-12-05 Thread Simon Albrecht
On 06.12.2015 02:12, Luca Danieli wrote: Thank you Brian for your help. I tried to add \bar "" \break and still didn't have any effect. Just to understand, so to behave correctly in possible future questions: what part of code should I post? All the 450 lines of my script? Of course not,

RE: Why break doesn't work?

2015-12-05 Thread Luca Danieli
Thank you Brian for your help.I tried to add \bar "" \break and still didn't have any effect.Just to understand, so to behave correctly in possible future questions: what part of code should I post? All the 450 lines of my script?Luca > Date: Sun, 6 Dec 2015 00:57:26 + > To:

Re: proper beaming question

2015-12-05 Thread Simon Albrecht
Hello Karol, well, NR 1.2.4 discusses (in the paragraph starting with ‘In engraving from…’) this very topic, but only for ‘time signatures with 3 in the numerator’. I think this is much a matter of style, and thus I, as a notorious traditionalist, would prefer the 19th century version. But I