Re: Glyphs for Kievan Notation (issue 4951062)

2011-09-28 Thread Werner LEMBERG
> I've begun working on improving the MetaFont code. Please take a > look at the code for the final note, the recitative, and the whole > note and let me know if I'm on the right track. This is definitely the right track. Currently, I don't have the time to actually apply your patches, but it lo

PATCH: Countdown to 20110930

2011-09-28 Thread Colin Campbell
For 23:00 MDT Friday 20110930 Issue 1938 : MIDI volume can exceed maximum value - R 5134047 Issue 1925 : fingering misplaced when avoidin

Re: do we want special versions of the accidentals for use with text?

2011-09-28 Thread Janek Warchoł
Reinhold, Werner, 2011/9/28 Reinhold Kainhofer : > Am Mittwoch, 28. September 2011, 16:05:51 schrieb Janek Warchoł: >> I'm not sure i understand - are you saying that we should always align >> accidentals like in attached 'blah.png'? I.e. chordnames with >> accidentals should look like 'chords 2.

Re: lily/bezier.cc: Avoid a floating point compare (issue 5121042)

2011-09-28 Thread joeneeman
lgtm http://codereview.appspot.com/5121042/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Text hyphenation

2011-09-28 Thread David Kastrup
Bertrand Bordage writes: > @Dak: Yes, that would be perfect if everything could be defined so > easily.  I guess this still requires a lot of work on the parser I don't think so. It is the lexer that would need change, and not all that much. You'd have to define music functions for all those t

Re: Text hyphenation

2011-09-28 Thread Bertrand Bordage
@Dak: Yes, that would be perfect if everything could be defined so easily. I guess this still requires a lot of work on the parser (yours are awesome, besides!). @Mike: Using pango and libhyphen would definitely be better. I'm therefore waiting for our « coding par-tay!!1 »! Bertrand __

Re: Text hyphenation

2011-09-28 Thread David Kastrup
Werner LEMBERG writes: >> If i understood correctly ("user can type '--' in his file and than >> search-and-replace it to '\-' "), that's anti-usability and >> anti-userfrindliness at it's best. > > Hehe. No comment :-) > >> I will keep repeating (sorry): better change lyric hyphen command >> th

Re: Text hyphenation

2011-09-28 Thread m...@apollinemike.com
On Sep 28, 2011, at 4:33 PM, Werner LEMBERG wrote: >> If i understood correctly ("user can type '--' in his file and than >> search-and-replace it to '\-' "), that's anti-usability and >> anti-userfrindliness at it's best. > > Hehe. No comment :-) > >> I will keep repeating (sorry): better cha

Re: Text hyphenation

2011-09-28 Thread m...@apollinemike.com
On Sep 28, 2011, at 5:31 PM, Werner LEMBERG wrote: > >> It would be awesome if LilyPond had many of the functionalities of >> LaTeX, but it'd be a pity if we spent developer time implementing a >> host of LaTeX-like functionality from scratch when LaTeX already >> exists. > > Well, we don't want

Re: Text hyphenation

2011-09-28 Thread Werner LEMBERG
> It would be awesome if LilyPond had many of the functionalities of > LaTeX, but it'd be a pity if we spent developer time implementing a > host of LaTeX-like functionality from scratch when LaTeX already > exists. Well, we don't want to imitate LaTeX, but naturally the same problem appears, nam

Re: do we want special versions of the accidentals for use with text?

2011-09-28 Thread Werner LEMBERG
> I'm not sure i understand - are you saying that we should always > align accidentals like in attached 'blah.png'? Yes, but in this image, the baseline for the sharp is far too high (this is, the accidental is positioned too low) and both accidentals are slightly too big. Werner _

Re: Text hyphenation

2011-09-28 Thread Werner LEMBERG
> If i understood correctly ("user can type '--' in his file and than > search-and-replace it to '\-' "), that's anti-usability and > anti-userfrindliness at it's best. Hehe. No comment :-) > I will keep repeating (sorry): better change lyric hyphen command > than use different commands for lyri

Re: do we want special versions of the accidentals for use with text?

2011-09-28 Thread Reinhold Kainhofer
Am Mittwoch, 28. September 2011, 16:05:51 schrieb Janek Warchoł: > I'm not sure i understand - are you saying that we should always align > accidentals like in attached 'blah.png'? I.e. chordnames with > accidentals should look like 'chords 2.png'? Basically, yes. The image just shows that the ba

Re: Text hyphenation

2011-09-28 Thread Werner LEMBERG
> I use both | and = regularly in markup. [...] Ah, OK. > I like the \- (without whitespace) most, as this is also LaTeX' s > way to allow (but not force) a line break. BTW, in analogy to LaTeX's german.sty, the following would be useful also: \" a zero-width breakpoint not causing a hyphen

Re: do we want special versions of the accidentals for use with text?

2011-09-28 Thread Janek Warchoł
2011/9/28 Werner LEMBERG : > >>> In fact, the accidentals shouldn't overshoot the height of a normal text: >>> not higher than 'f' and not lower than 'g'. >> >> Yes, approximately. > > I think the question is rather where to position the glyph's baseline. Yes, baseline is most important. >>> It w

Re: Text hyphenation

2011-09-28 Thread Janek Warchoł
2011/9/28 Werner LEMBERG : > > I really, really dislike `--' within a textual environment.  Remember > that you aren't going to enter such a soft hyphen character very often > since it is necessary only in the cases where (yet-to-be-implemented) > automatic hyphenation fails or gives unsatisfying r

Re: Text hyphenation

2011-09-28 Thread Reinhold Kainhofer
Am Mittwoch, 28. September 2011, 13:34:01 schrieb Bertrand Bordage: > 2011/9/28 Werner LEMBERG > > > If at all, please use a more decent, *single* character instead of > > `--'. What about `='? Not that I'm very happy with it, but... Then > > we could also add `|' to inhibit ligatures (which i

Re: Text hyphenation

2011-09-28 Thread Bertrand Bordage
2011/9/28 Werner LEMBERG > > If at all, please use a more decent, *single* character instead of > `--'. What about `='? Not that I'm very happy with it, but... Then > we could also add `|' to inhibit ligatures (which is quite important > in German): > > Auf|lagen=steigerung Very good idea! A

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread m...@apollinemike.com
On Sep 28, 2011, at 12:35 PM, Reinhold Kainhofer wrote: > Am Wednesday, 28. September 2011, 11:54:38 schrieb m...@apollinemike.com: >> On Sep 28, 2011, at 11:45 AM, Reinhold Kainhofer wrote: >>> Am Wednesday, 28. September 2011, 09:07:12 schrieben Sie: LGTM It'd be great to see the

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread Graham Percival
On Wed, Sep 28, 2011 at 12:35:55PM +0200, Reinhold Kainhofer wrote: > Am Wednesday, 28. September 2011, 11:54:38 schrieb m...@apollinemike.com: > > On Sep 28, 2011, at 11:45 AM, Reinhold Kainhofer wrote: > > > 2) Setting -dwarning-as-error means that any warning (e.g. a failed > > > barcheck...) wi

[PATCH] Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread Reinhold Kainhofer
Am Wednesday, 28. September 2011, 12:35:55 schrieb Reinhold Kainhofer: > Am Wednesday, 28. September 2011, 11:54:38 schrieb m...@apollinemike.com: > > On Sep 28, 2011, at 11:45 AM, Reinhold Kainhofer wrote: > > > 1) The warning-as-error is currently only implemented in the Input > > > class, not fo

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread Reinhold Kainhofer
Am Wednesday, 28. September 2011, 11:54:38 schrieb m...@apollinemike.com: > On Sep 28, 2011, at 11:45 AM, Reinhold Kainhofer wrote: > > Am Wednesday, 28. September 2011, 09:07:12 schrieben Sie: > >> LGTM > >> > >> It'd be great to see the regtests run with -dwarning-as-error now that > >> you've d

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread m...@apollinemike.com
On Sep 28, 2011, at 11:45 AM, Reinhold Kainhofer wrote: > Am Wednesday, 28. September 2011, 09:07:12 schrieben Sie: >> LGTM >> >> It'd be great to see the regtests run with -dwarning-as-error now that >> you've done all this work. Is that possible to incorporate into this >> patch? > > Actually

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread Reinhold Kainhofer
Am Wednesday, 28. September 2011, 09:07:12 schrieben Sie: > LGTM > > It'd be great to see the regtests run with -dwarning-as-error now that > you've done all this work. Is that possible to incorporate into this > patch? Actually, I don't think that's a good idea, for several reasons: 1) The war

Re: Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings (issue 5037046)

2011-09-28 Thread mtsolo
LGTM It'd be great to see the regtests run with -dwarning-as-error now that you've done all this work. Is that possible to incorporate into this patch? Cheers, MS http://codereview.appspot.com/5037046/ ___ lilypond-devel mailing list lilypond-devel@