Hello,
I just switched from 2.2.0 to 2.3.12 and suddenly started getting a
lot of warnings about junked slur events when parts are combined. The
output, however, is correct. I suspect warnings are being generated
for slurs that are being correctly removed as the parts are combined.
I searched t
fixed in CVS.
[EMAIL PROTECTED] writes:
> \header {texidoc = "slurs are placed above up- and downbow sometimes."}
>
> \score { \relative c''{
> \clef alto
> \slurUp
> c4(^\downbow b) r2
> c4^\downbow( b) r2
> c4(^\upbow b) r2
> c4^\upbow( b) r2
> }}
>
>
>
>
>
>
>
>
>
>
>
>
> __
[EMAIL PROTECTED] writes:
> On Friday 20 August 2004 18.47, Han-Wen Nienhuys wrote:
> > [EMAIL PROTECTED] writes:
> > > Added this to repository.
> >
> > this is -strictly speaking- not a bug, but a new disguise of the grace
> > problem. insert \grace s8 before in both PianoStaves, and it should
>
Bug status:
- The following bugs have been fixed & are now moved to fixed/:
appoggiatura-segfault.ly
broken-small-slur.ly
encoding-ss.ly
fermata-rest-position.ly
markup-fingering.ly
setTextDim.ly
volta-repeat-grace.ly
- surviving-staff has been moved to the 'future' branch.
Erik
___
[EMAIL PROTECTED] writes:
> Hallo lilypond developers.
>
> This patch fixes return value warning in gcc.
>
> --- python/midi.c
> +++ python/midi.c
> @@ -400,7 +400,7 @@
>{0, 0}/* Sentinel */
> };
>
> -initmidi ()
> +void initmidi ()
> {
>PyObject *m, *d;
>m = Py_InitModule
Hallo lilypond developers.
This patch fixes return value warning in gcc.
--- python/midi.c
+++ python/midi.c
@@ -400,7 +400,7 @@
{0, 0}/* Sentinel */
};
-initmidi ()
+void initmidi ()
{
PyObject *m, *d;
m = Py_InitModule ("midi", MidiMethods);
--
Best Regards / S pozdravem
\header {texidoc = "slurs are placed above up- and downbow sometimes."}
\score { \relative c''{
\clef alto
\slurUp
c4(^\downbow b) r2
c4^\downbow( b) r2
c4(^\upbow b) r2
c4^\upbow( b) r2
}}
___
bug-lilypond mailing list
[EMAIL PROTECTED
On Friday 20 August 2004 11.36, Bertalan Fodor wrote:
> The definition of \finger markup is bad. The numbers are too small and
> I'm not sure if they are typeset with the number family.
The bug is fixed in 2.3.12.
Erik
___
bug-lilypond mailing list
[E
David Bobroff wrote:
At 10:51 AM 8/24/2004 +0200, you wrote:
The latest CVS version of Lilypond does not compile under RedHat Linux
8.0 with Texinfo 4.6.
The "makeinfo" program complains about a @LaTeX{} command in file
"Documentation/user/lilypond-book.itely" (line 65).
By replacing it with
At 10:51 AM 8/24/2004 +0200, you wrote:
>The latest CVS version of Lilypond does not compile under RedHat Linux
>8.0 with Texinfo 4.6.
>
>The "makeinfo" program complains about a @LaTeX{} command in file
>"Documentation/user/lilypond-book.itely" (line 65).
>By replacing it with [EMAIL PROTECTED]
The latest CVS version of Lilypond does not compile under RedHat Linux
8.0 with Texinfo 4.6.
The "makeinfo" program complains about a @LaTeX{} command in file
"Documentation/user/lilypond-book.itely" (line 65).
By replacing it with [EMAIL PROTECTED] all works.
Maurizio Tomasi
_
The e-mail I sent yesterday has been disappeared from the archive I am
reposting it here -- sorry if you are reading this again.
The following score causes Lilypond 2.3.11 to create a MIDI file where only
the first note is audible (yes, the fourth C is gone too):
\book {
\score {
c4 c
12 matches
Mail list logo