Re: warning: crescendo too small

2011-06-03 Thread Wilbert Berendsen
Op vrijdag 03 juni 2011 schreef David: > PS Has anyone written a book on LilyPond that one could buy and hold in > one's hands? I would really want to write such one. I even already have a title, a subtitle and lots and lots of ideas. Only time. every 10 minutes that are left go to Frescoba

Re: warning: crescendo too small

2011-06-03 Thread David Santamauro
Hi Reinhold, On Fri, 3 Jun 2011 12:41:24 +0200 Reinhold Kainhofer wrote: > included in that length. The simple solution is gto increase the > minimum length for the hairpin. See e.g. the LSR: > > http://lsr.dsi.unimi.it/LSR/Item?id=448 Exactly ... > > I suppose you want this minimum-length

Re: warning: crescendo too small

2011-06-03 Thread David Santamauro
On Fri, 03 Jun 2011 10:20:05 + David Bobroff wrote: > On 6/3/2011 10:05 AM, David Santamauro wrote: > > Hi, > > > > When magnified 500%, the crescendo looks like a '|' ... the snippet: > > > > \version "2.12.3" > > > > \include "english.ly" > > \score { > ><< > > \relative g' { > >

Re: warning: crescendo too small

2011-06-03 Thread Reinhold Kainhofer
Am Freitag, 3. Juni 2011, 12:05:08 schrieb David Santamauro: > Hi, > > When magnified 500%, the crescendo looks like a '|' ... the snippet: The problem is that while hairpins have a minimum length, the width of the \mp (which is larger than the default minimum length) is also included in that l

Re: warning: crescendo too small

2011-06-03 Thread -Eluze
David Santamauro wrote: > > > Hi, > > When magnified 500%, the crescendo looks like a '|' ... the snippet: > > \version "2.12.3" > > \include "english.ly" > \score { > << > \relative g' { > \clef "treble" > \key c \major > \time 4/4 > r2 r4 d'^\markup { \tiny "S

Re: warning: crescendo too small

2011-06-03 Thread David Bobroff
On 6/3/2011 10:05 AM, David Santamauro wrote: Hi, When magnified 500%, the crescendo looks like a '|' ... the snippet: \version "2.12.3" \include "english.ly" \score { << \relative g' { \clef "treble" \key c \major \time 4/4 r2 r4 d'^\markup { \tiny "Solo" }

warning: crescendo too small

2011-06-03 Thread David Santamauro
Hi, When magnified 500%, the crescendo looks like a '|' ... the snippet: \version "2.12.3" \include "english.ly" \score { << \relative g' { \clef "treble" \key c \major \time 4/4 r2 r4 d'^\markup { \tiny "Solo" }_\mp\<( g2\! fs4 e4) } >> \layout {} }

Re: how do I fix "warning: crescendo too small"?

2006-10-03 Thread Mats Bengtsson
Try something like \once \override Hairpin #'bound-padding = #0.2 The default value is 1. /Mats Michael Kiermaier wrote: Hi Kieren, thanks, that works! I realized that there quite some space between the dynamic marks and the hairpin. In extreme situations like the one I had (c4\f\> c4\p), t

Re: how do I fix "warning: crescendo too small"?

2006-10-03 Thread Michael Kiermaier
Hi Kieren, thanks, that works! I realized that there quite some space between the dynamic marks and the hairpin. In extreme situations like the one I had (c4\f\> c4\p), that space should be reduced, I think. Is it possible to adjust that space? ~Michael On Tuesday 03 October 2006 23:33, Kier

Re: how do I fix "warning: crescendo too small"?

2006-10-03 Thread Kieren MacMillan
Hi, Michael: Try \once \override Hairpin #'minimum-length = #4 Adjust the 4 as necessary. Best regards, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

how do I fix "warning: crescendo too small"?

2006-10-03 Thread Michael Kiermaier
I get the warning "crescendo too small" for two notes close to each other, both with dynamic marks and connected by a crescendo. In the pdf output I get a very degenerated crescendo mark: Only a vertical line. To fix this I have to force the two notes further apart. But I don't