Comment #5 on issue 836 by Carl.D.Sorensen: [in progress] output-suffix as
a (Score) context property
http://code.google.com/p/lilypond/issues/detail?id=836
I thought the patch was ready to be pushed by Neil:
http://article.gmane.org/gmane.comp.gnu.lilypond.devel/25394/
The regtest for auto
Comment #2 on issue 979 by Carl.D.Sorensen: waf build system
http://code.google.com/p/lilypond/issues/detail?id=979
Thomas Nagy (head waf developer) claims this is desired behavior -- i.e.
you can't have a file in both blddir
and srcdir.
He suggests that you move the source file to another
The following code shows the collision between a stem and an accidental (flat)
\version "2.12.3"
\score {
\relative c, {
\clef bass
4 \downbow
8. \downbow
16 \upbow
2 \downbow
| }
}
however, using a sharp or a forced natural shows no collision.
Hope it'd be us
On Mon, Mar 15, 2010 at 2:07 PM, Jan Nieuwenhuizen
wrote:
> Note that the \version statement is funny, stdin
> has no future?
You've just made two LilyReport editors happy to have something to
write about in the next issue :)
Cheers,
Valentin
___
bug
Updates:
Owner: Carl.D.Sorensen
Cc: -Carl.D.Sorensen
Labels: -Patch Regression
Comment #4 on issue 836 by percival.music.ca: [in progress] output-suffix
as a (Score) context property
http://code.google.com/p/lilypond/issues/detail?id=836
%% graham: added "regression" b
A probably well-meant warning actually crashes
lilypond when processing stdin.
It seems it warns about the fact that
ghostscript - or our ghostscript command -
cannot handle file names that start with "-".
Not sure why we don't rename "-" to "stdin"
and then cat stdin.
14:00:44 jann...@vuurvlieg