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: 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
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
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
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,
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
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
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
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
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
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
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
>
>
>
>
> __
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
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: 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: 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
16 matches
Mail list logo