It looks as if you have found a bug, indeed. If I try the following
modified version
of your example, it produces its output on channel 10 with LilyPond
version 2.8
but on channel 2 with LilyPond version 2.10. The bug is in
lily/performance.cc,
where a test
if (s->channel_ < 0)
was removed, whi
> It seems that a standard preprocessor like m4 should be the best solution to
your problems.
OK, I just wanted to know if I did something wrong. Thanks for your prompt
reply.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/
Bertalan,
I've got one single word to say : AWESOME !!!
Thank you so much for bringing us such a complete tool...
2006/11/13, Bertalan Fodor <[EMAIL PROTECTED]>:
For a flash demo of the new LilyPondTool release please look at
http://www.organum.hu/fileadmin/lilypondtool/parser.html
It demonst
> > 3) The lower system has an overlay of the rest and the g. I assume
> Lilypond
> > counts the voices from top to bottom. So I changed the order in the
> second
> > measure. But this gives a too high rest. It should be from third to
> fifths
> > line.
> >
> Try setting the rest manually with some
"Helge Kruse" <[EMAIL PROTECTED]> writes:
Hi,
> I installed Lilypond and now I get warnings from F-Prot about guile.exe. The
> virus scanner gives the warning:
>
> Infection: Possible a new variant of W32/Threat-HLLSI-based!Maximus
>
> Is this infection real at the lilypond web server?
No, thi
Hi,
I have two questions on a transcription and I'm very interested in
hearing your advice. You can find the lilypond source on
http://www.squirrel.nl/pub/xfer/hole.ly . I'm using lilypond version
2.8.7.
1. Bar 1,: voices Med and Low start with identical text and note
duration, but the first w
Hi,
Just started using LilyPond and want to use the MIDI as well as layout.
I have just entered a bit of 4 part choral music and have a difference
between the MIDI output and the printed version. The Alto part ends one
section on the D above middle C and restarts on a G flat above middle C.
Hi,
In a 4/4 score, lilypond beams 8th notes as if it were a 2/2 score:
g8 g g g g g g g => g8[ g g g] g[ g g g]
Is there some global setting to have 4/4 beaming in groups of two:
g8 g g g g g g g => g8[ g] g[ g] g[ g] g[ g]
Thanks,
-- Johan
Strange. Perhaps the flash format version it uses. I use a windows box,
so I don't really know any other flash players than Macromedia Flash Player.
Bert
Erik Sandberg írta:
On Monday 13 November 2006 23:37, Bertalan Fodor wrote:
For a flash demo of the new LilyPondTool release please look
Mats Bengtsson ee.kth.se> writes:
> You might want to use tricks like
(snip)
> To get a reasonable output.
>
>/Mats
>
Thanks for the quick answer! That worked perfectly.
Lasse
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.g
On Monday 13 November 2006 23:37, Bertalan Fodor wrote:
> For a flash demo of the new LilyPondTool release please look at
> http://www.organum.hu/fileadmin/lilypondtool/parser.html
>
> It demonstrates some of the most exciting features (instant
> errorchecking, instant help, instant point-and-click
Helge Kruse escreveu:
Hello,
I installed Lilypond and now I get warnings from F-Prot about guile.exe.
The virus scanner gives the warning:
Infection: Possible a new variant of W32/Threat-HLLSI-based!Maximus
Is this infection real at the lilypond web server? If this only is a
t
Hi,
I get an error message in the log file which says:
programming error: Tie without heads. Suicide
continuing, cross fingers
Well it seems to compile OK. But I went throught he file and checked
each tie (the tilde ~) to see that it went somewhere and they do now.
Still get
Hi,
As a composer/arranger I like Lilypond quite a lot, but a serious drawback for
me that it isn't possible to write music with the (quite a lot used) turkish
accidentals, I'm performing turkish music myself.
Up til now, Lilypond only supports two accidental-symbols mapping a quarter tone
up an
Hello,
Is it possible to indicate pitches in the format c4 instead of c'?
And if not, does anybody know of any plans to create this possibility?
Many thanks,
Peter
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/l
Hello,
Trying as usual to build lilypond (2.10) on my machine (sun solaris 10)
I got a weird problem between gcc and flex (?).
Until now, with gcc 3.4.3 configure was almost OK.
With lilypond 2.10 :
either I keep gcc 3.4.3 and FlexLexer.h is normally found, but the
configure is not OK since gc
Is it possible to indicate pitches in the format c4 instead of c'?
No, and I don't think it's possible because LilyPond will interpret
the digits 1, 2, and 4 after a pitch as referring to duration, not
octave.
Geoff
___
lilypond-user mailing list
li
Hello everyone,
I've just installed the new Lilypond 2.10.0 on my Ubuntu system and was
wondering whether Denemo is compatible with this new version. Can
anyone advise?
Although I've experimented with Lilypond before I'm still a novice, and
don't know Denemo at all, so any comments on good pract
I have two questions about lilypondtool (latest version on OS 10.4.8,
PPC)
1. I'm using jEdit 4.3pre6 (planning to update to pre8). I have not
found a way to initiate automatic bar-check as shown in your
excellent flash demo. I have duplicated your entries to the best of
my knowledge. E.g
hi,
try this
%--cut-
qbeam = {
#(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
}
{
g8 g g g g g g g
\qbeam
g
Stan Sanderson írta:
I have two questions about lilypondtool (latest version on OS 10.4.8,
PPC)
1. I'm using jEdit 4.3pre6 (planning to update to pre8). I have not
found a way to initiate automatic bar-check as shown in your excellent
flash demo. I have duplicated your entries to the best of
Mats Bengtsson-4 wrote:
>
> It seems that a standard preprocessor like m4 should be the best
> solution to
> your problems. If you search the mailing list archives, you will find a
> number
> of discussions related to preprocessors for purely textual replacement in
> LilyPond input files. Lil
The granddaddy, (developed in 1966), of macro processors ML/I is also free
and ported to many platforms. I'm currently evaluating which one I like
better myself, so far I am leaning towards ML/I because it has nested
if/then/else/end and do/while structures, and it lets you fully define the
synta
On Nov 14, 2006, at 1:50 PM, Bertalan Fodor wrote:
Stan Sanderson írta:
I have two questions about lilypondtool (latest version on OS
10.4.8, PPC)
1. I'm using jEdit 4.3pre6 (planning to update to pre8). I have
not found a way to initiate automatic bar-check as shown in your
excellent f
Probably, you will have to update the syntax of the file from Denemo
using convert-ly, but I wouldn't expect any other problems.
/Mats
Quoting Joseph Wakeling <[EMAIL PROTECTED]>:
Hello everyone,
I've just installed the new Lilypond 2.10.0 on my Ubuntu system and was
wondering whether Denem
This sounds very strange. Could you please post a small but complete
example that illustrates the problem. I assume that you use \relative.
/Mats
Quoting Iain Archibald <[EMAIL PROTECTED]>:
Hi,
Just started using LilyPond and want to use the MIDI as well as
layout. I have just entered a b
The flash demo appears to show an automatic bar-check symbol
insertion. When I enter the second example (with the first note
duration defined), nothing happens. However, if I manually insert the
"|", lilypondtool reports 1/1, as would be expected.
Yeah, I often write and delete a "|" to see th
- Forwarded message from Cameron Horsburgh <[EMAIL PROTECTED]> -
Oops, forgot to forward this to the list!
From: Cameron Horsburgh <[EMAIL PROTECTED]>
To: X X <[EMAIL PROTECTED]>
Cc: Cameron Horsburgh <[EMAIL PROTECTED]>
Delivery-date: Wed, 15 Nov 2006 08:25:33 +1100
Subject: Re: Triplets
Is it possible to indicate pitches in the format c4 instead of c'?
And if not, does anybody know of any plans to create this possibility?
I'm wondering if this might not be something that relative music input
could help with. Are you familiar with it?
Geoff
___
Good night to all, I was wondering how can I invoke lilypond from vim
? I tried with :make but it invokes gnu make. I looked at
lilypond.vim on compilers folder of vim plugin and it seams to me that
what I should do was just run make what did i miss ?
thanks, Allan
--
An application ask
30 matches
Mail list logo