Re: Pedal indication

2016-10-23 Thread Kieren MacMillan
Hi Andrew, Don’t have time to do a custom snippet for you, but maybe this boilerplate will give you enough hints? Best, Kieren. %%% BOILERPLATE SNIPPET BEGINS \version "2.19" pedalSim = \once \override Staff.PianoPedalBracket.stencil = #(lambda (grob) (let* (;; have we been split?

Pedal indication

2016-10-23 Thread Andrew Bernard
Since I engrave twenty first century scores and not nineteenth century ones, it's a limitation that one cannot change the hopelessly old fashioned Ped. indicator for pedal marking to a different, modern text of the style, font, and wording that one chooses. I am well aware that pianists perhaps

Re: eps image inclusion

2016-10-23 Thread Bernhard Kleine
Am 23.10.2016 um 15:13 schrieb Kieren MacMillan: > Hi Bernhard, > >> I found that the dedication field is better suited to my needs since it >> allows the image before the title of the song. However, the title is >> glued to the bottom of the image. How to change that? > You shouldn’t overload

Re: Notes on wrong side of stem in triads

2016-10-23 Thread David Kastrup
Thomas Morley writes: > 2016-10-23 6:01 GMT+02:00 Paul : >> On 10/18/2016 12:23 PM, David Kastrup wrote: >> >>> Mark Knoop writes: At 17:05 on 18 Oct 2016, Davide Liessi wrote: > > I reproduced the issue with

Re: eps image inclusion

2016-10-23 Thread Kieren MacMillan
Hi Bernhard, > I found that the dedication field is better suited to my needs since it > allows the image before the title of the song. However, the title is > glued to the bottom of the image. How to change that? You shouldn’t overload the dedication field. You should build a custom

Re: Notes on wrong side of stem in triads

2016-10-23 Thread Thomas Morley
2016-10-23 6:01 GMT+02:00 Paul : > On 10/18/2016 12:23 PM, David Kastrup wrote: > >> Mark Knoop writes: >>> >>> At 17:05 on 18 Oct 2016, Davide Liessi wrote: I reproduced the issue with this: \version "2.19.47" \layout {

Re: ties in volta / alternatives

2016-10-23 Thread Malte Meyn
Am 23.10.2016 um 10:11 schrieb bart deruyter: I was wondering if this issue really isn't solved yet after 6 years. If so, I can't find anything in the documentation, or I must have missed it. This is issue 2884: https://sourceforge.net/p/testlilyissues/issues/2884/ It really isn’t solved

ties in volta / alternatives

2016-10-23 Thread bart deruyter
Hi all, I've ran in a situation here with a tie in the first alternative of a volta repeat. The tie is on the last note of the first alternative. The second alternative has the same note and lilypond renders the tie to the second alternative, while it should render half a tie, which points to the

Re: Error with \sustainOff

2016-10-23 Thread Bernhard Kleine
There has to be anything between \sustainOn and \sustainOff. I found it out. Thanks for answering. Regards Bernhard Am 23.10.2016 um 09:55 schrieb Pierre Perol-Schneider: > Hi Bernhard, Try: > > \version "2.19.49" \language "deutsch" > > global = { > \key a \major \time 6/8 } > > leftOne =

Re: Error with \sustainOff

2016-10-23 Thread Pierre Perol-Schneider
Hi Bernhard, Try: \version "2.19.49" \language "deutsch" global = { \key a \major \time 6/8 } leftOne = \relative c' { \voiceFour \global \clef bass \stemUp \dynamicUp 4.\sustainOn <>\sustainOff <>\sustainOn 4\< 8\! | } \score { \new StaffGroup << \new

Re: eps image inclusion

2016-10-23 Thread Pierre Perol-Schneider
Hi Bernhard, This should work too: piece = \markup\column { \vspace #.5 % <= put some space here \fill-line { \epsfile #X #110 #"201610GerokVorWeihnachten-1.eps" } \vspace #.5 % <= put some space here } Cheers, Pierre 2016-10-23 7:50 GMT+02:00 Bernhard Kleine