Re: Pedal cautionary continuations and other bracket decorations

2016-11-13 Thread Thomas Morley
2016-11-13 1:39 GMT+01:00 Andrew Bernard : > Hi Harm, > > When there is a sustain on event followed by a sustain off event, the label > 1/2 ped should not occur - it's only for the start of the lines, and when > these events occur very close together with short notes there would not be > room. >

RE: Pedal cautionary continuations and other bracket decorations

2016-11-12 Thread Andrew Bernard
Sent: Sunday, 13 November 2016 11:16 AM To: Andrew Bernard Cc: lilypond-user Subject: Re: Pedal cautionary continuations and other bracket decorations your code gives the attached image. Looks fine to me, maybe I don't understand the issue. What'

Re: Pedal cautionary continuations and other bracket decorations

2016-11-12 Thread Thomas Morley
2016-11-13 0:37 GMT+01:00 Andrew Bernard : > Given that I have not seen this done before, is it that it is effectively > impossible to do at a user level? Is it the case perhaps that it needs to be > done at an engraver level, something I know nothing about? > > > Andrew Hi Andrew, your code gi

RE: Pedal cautionary continuations and other bracket decorations

2016-11-12 Thread Andrew Bernard
Given that I have not seen this done before, is it that it is effectively impossible to do at a user level? Is it the case perhaps that it needs to be done at an engraver level, something I know nothing about? Andrew ___ lilypond-user mailing list l

RE: Pedal cautionary continuations and other bracket decorations

2016-11-12 Thread Andrew Bernard
n Albrecht [mailto:simon.albre...@mail.de] Sent: Saturday, 12 November 2016 9:05 PM To: Andrew Bernard ; lilypond-user@gnu.org Subject: Re: Pedal cautionary continuations and other bracket decorations Hi Andrew, On 12.11.2016 04:19, Andrew Bernard wrote: > > \include "scheme.ily" > That

Re: Pedal cautionary continuations and other bracket decorations

2016-11-12 Thread Simon Albrecht
Hi Andrew, On 12.11.2016 04:19, Andrew Bernard wrote: \include "scheme.ily" That seems to be a library file of your own, isn’t it? #(use-modules (srfi srfi-1)) You needn’t explicitly load that one, IIRC it’s available by default in LilyPond. Best, Simon

RE: Pedal cautionary continuations and other bracket decorations

2016-11-11 Thread Andrew Bernard
Well. Despite what I said about after line breaking, that must have been the case with an earlier version of the code. Changing my code to use after line breaking, thus: pedalWithArrowsAndText = \override Score.PianoPedalBracket.after-line-breaking = #(lambda (grob) works fine. But a