Issue 541 in lilypond: Hebrew lyrics diacritic not well aligned

2008-03-12 Thread codesite-noreply
Issue 541: Hebrew lyrics diacritic not well aligned http://code.google.com/p/lilypond/issues/detail?id=541 Comment #4 by hanwenn: regarding the mail you sent, when I swap the sign of the X off, I see some differences, but not the ones your image shows (see image). This is with %%BeginFont: Aharo

Issue 339 in lilypond: possibly misplaced dot in notehead collision

2008-03-12 Thread codesite-noreply
Issue 339: possibly misplaced dot in notehead collision http://code.google.com/p/lilypond/issues/detail?id=339 Comment #4 by hanwenn: Andrew Hawryluk <[EMAIL PROTECTED]> : I wrote out an organ accompaniment in LilyPond (to get it onto 4 pages instead of 13), and it illustrates this situation ver

Re: Slow compile on Windows XP - font caching problem?

2008-03-12 Thread Han-Wen Nienhuys
this type of stuff is tricky. The last time we saw this, it was - dirs.push_back (lilypond_datadir + "/fonts/otf/"); - dirs.push_back (lilypond_datadir + "/fonts/type1/"); + /* Extra trailing slash suddenly breaks fontconfig (fc-cache 2.5.0) + on windows. */ + dirs.push_back (lilypond_dat

Re: Lilypond-book docs incorrect

2008-03-12 Thread Mats Bengtsson
Kevin Donnelly wrote: Yes - mea culpa. I will order the sackcloth today ... You are absolutely right that using the correct docs for my Lilypond version (2.8) works, namely: mkdir outputs lilypond-book --psfonts --output=outputs/ myarticle.lytex cd outputs latex myarticle.tex dvips -o -h mya

Re: regressions: property-nested-reverted.ly

2008-03-12 Thread Stan Sanderson
On Mar 12, 2008, at 11:51 AM, Graham Percival wrote: On Tue, 11 Mar 2008 15:39:34 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: 2008/3/9, Stan Sanderson <[EMAIL PROTECTED]>: 2.11.42 regressions: property-nested-reverted.ly problem: reversion not complete- is there missing code? No,

Re: Lilypond-book docs incorrect

2008-03-12 Thread Kevin Donnelly
Yes - mea culpa. I will order the sackcloth today ... You are absolutely right that using the correct docs for my Lilypond version (2.8) works, namely: mkdir outputs lilypond-book --psfonts --output=outputs/ myarticle.lytex cd outputs latex myarticle.tex dvips -o -h myarticle.psfonts -Ppdf myart

Re: regressions: property-nested-reverted.ly

2008-03-12 Thread Graham Percival
On Tue, 11 Mar 2008 15:39:34 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > 2008/3/9, Stan Sanderson <[EMAIL PROTECTED]>: > > 2.11.42 regressions: property-nested-reverted.ly > > > > problem: reversion not complete- is there missing code? > > No, I think the objective is to show that you

Re: regressions: system-start-bracket.ly

2008-03-12 Thread Graham Percival
Done. Cheers, - Graham On Tue, 11 Mar 2008 15:39:59 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > 2008/3/9, Stan Sanderson <[EMAIL PROTECTED]>: > > 2.11.42 regressions: system-start-bracket.ly > > > > problem (?): confusion in text > > > > The text reads, "The piano brace should be shi

Re: regressions: markup-user.ly

2008-03-12 Thread Graham Percival
Done. Cheers, - Graham On Tue, 11 Mar 2008 15:37:23 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > 2008/3/9, Stan Sanderson <[EMAIL PROTECTED]>: > > 2.11.42 regressions: markup-user.ly > > > > problem: clarity in text > > > > current: "Own markup commands may be defined ..." > > > > su

Re: regressions: grace-stem-length.ly

2008-03-12 Thread Graham Percival
Done. Cheers, - Graham On Tue, 11 Mar 2008 15:36:16 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > yep. please fix > > 2008/3/9, Stan Sanderson <[EMAIL PROTECTED]>: > > 2.11.42 regressions: grace-stem-length.ly > > > > problem: clarity in text > > > > current: "...even if that would le

Re: regressions: lyrics-no-notes.ly

2008-03-12 Thread Graham Percival
Thanks, done. Cheers, - Graham On Sun, 9 Mar 2008 16:10:28 -0500 Stan Sanderson <[EMAIL PROTECTED]> wrote: > 2.11.42 regressions: lyrics-no-notes.ly > > problem: clarity in text. > > Current: "lyric syllables without note attachment are not centered; > Centering may cause unintended effects

Re: regressions: general-scheme-bindings.ly

2008-03-12 Thread Graham Percival
Fixed. Cheers, - Graham On Sun, 9 Mar 2008 14:46:18 -0500 Stan Sanderson <[EMAIL PROTECTED]> wrote: > 2.11.42 regressions: general-scheme-bindings.ly > > problem- misspelling > > Problem: the word "utility" is misspelled in the description. > > > Stan > > > > > __

Re: regressions: fret-diagrams.ly

2008-03-12 Thread Graham Percival
Added. Cheers, - Graham On Sun, 9 Mar 2008 14:43:46 -0500 Stan Sanderson <[EMAIL PROTECTED]> wrote: > 2.11.42 regressions fret-diagrams.ly > > problem: missing description > > (Test includes both ukulele and a variety of guitar fret diagrams.) > > pretty obvious, but one of the few without a

Re: regressions: beaming-ternary-metrum.ly

2008-03-12 Thread Graham Percival
Thanks, fixed. Cheers, - Graham On Sun, 9 Mar 2008 19:35:15 -0500 Stan Sanderson <[EMAIL PROTECTED]> wrote: > 2.11.42 regressions: beaming-ternary-metrum.ly > > problem: text, consistency in usage, clarity > > current: "...so the 16ths are split into two groups. This can be > avoided by over

Issue 493 in lilypond: Text spanners and trills do not obey 'to-barline

2008-03-12 Thread codesite-noreply
Issue 493: Text spanners and trills do not obey 'to-barline http://code.google.com/p/lilypond/issues/detail?id=493 Comment #2 by erlenda: 'to-barline was not noticed by the bar engraver callback, because the trill/text spanners didn't announce_end_grob(). For the hairpins, 'to-barline was always

Issue 493 in lilypond: Text spanners and trills do not obey 'to-barline

2008-03-12 Thread codesite-noreply
Issue 493: Text spanners and trills do not obey 'to-barline http://code.google.com/p/lilypond/issues/detail?id=493 Comment #1 by arvidgr: Was something changed here in 2.11.38? Before that release, hairpins stopped at bar lines (regardless of #'to-barline); now they don't (regardless of #'to-b