Re: long \mark with whole rest

2007-07-17 Thread Gilles THIBAULT
Can anyone explain the behavior of the following snippet to me? The long \mark \markup for some reason pushes the dimensions of the measure to match the length of the markup when a whole rest is present in the bar. Any fix? I think it's a bug with multirest. In this exemple \musicOne

Re: BRICK WALL

2007-07-17 Thread Valentin Villenave
2007/7/16, Mischa Falkenburg [EMAIL PROTECTED]: OK Valentin, I tried it (first) totally as you wrote...this did NOT generate a .pdf file for me(or anyone else) to see :-( . You must have forgotten some brace when copying/pasting. But, using some of what you've shown me...but keeping my {

lilypond to midi

2007-07-17 Thread Tim
Hi! Your FAQ describes a number of ways to use midi as an input method. I wonder if one can go the other way and generate a midi file from a lilypond document? Thanks Tim ___ lilypond-user mailing list lilypond-user@gnu.org

Re: lilypond to midi

2007-07-17 Thread Valentin Villenave
2007/7/17, Tim [EMAIL PROTECTED]: Your FAQ describes a number of ways to use midi as an input method. I wonder if one can go the other way and generate a midi file from a lilypond document? This can be achieved very easily:

Two bars - 3 voices.

2007-07-17 Thread Peter Terpstra
Dear readers, Tried already many things from the documantation from this, every time i run stuck. Then i start al over and try again. I want to have two bars for guitar 1 and guitar 2, each guitar has 3 voices. It must also produce an good simultanius midi. What is the best setup for this?

Re: Two bars - 3 voices.

2007-07-17 Thread Valentin Villenave
2007/7/17, Peter Terpstra [EMAIL PROTECTED]: Tried already many things from the documantation from this, every time i run stuck. Then i start al over and try again. Where's the problem precisely? I want to have two bars for guitar 1 and guitar 2, each guitar has 3 voices. It must also

Re: tuplets, tremolo and cross staff

2007-07-17 Thread Philippe Raynaud
To Neil Puttock Hello Neil, thank you for your help. But it did not work. Nevertheless, your remark about the fact that a note should not be surrounded by brace has put me on the way to the solution. This solution is strange, and certainly incorrect, but the midi output doesn't make any

Re: Tremolo won't produce desired output

2007-07-17 Thread Wilbert Berendsen
Op maandag 16 juli 2007, schreef Neil Puttock: Hello, I'm trying to typeset a whole-bar tremolo in 3/8 time, but it's producing incorrect output. \version 2.10.25 \paper { ragged-right = ##t } \relative c' { \time 3/8 \repeat tremolo 6 { c32 e32 } } This looks like a bug, still

Fwd: long \mark with whole rest

2007-07-17 Thread Neil Thornock
Thought I'd forward Kieren's response to the list, as I couldn't find her fix for the problem anywhere else. -- Forwarded message -- From: Kieren MacMillan [EMAIL PROTECTED] Date: Jul 16, 2007 4:23 PM Subject: Re: long \mark with whole rest To: Neil Thornock [EMAIL PROTECTED] Hi

Re: Tremolo won't produce desired output

2007-07-17 Thread Mats Bengtsson
This is a known bug in LilyPond, see http://lists.gnu.org/archive/html/bug-lilypond/2007-06/msg00112.html However, as you can see in that email, it's easy to get the desired output, just use \repeat tremolo 4 { c32. e32. } /Mats Quoting Wilbert Berendsen [EMAIL PROTECTED]: Op maandag 16

Re: Fonts in SVG output

2007-07-17 Thread Stuart Pullinger
Hi, I thought I ought to follow up what Nick has said with a little explanation of what I have done. (This is probably more appropriate to the lilypond-devel list but, since the discussion was started on *-user, I am following up here). I should also point out that I am not a C/Guile/Scheme

Re: long \mark with whole rest

2007-07-17 Thread Valentin Villenave
2007/7/17, Neil Thornock [EMAIL PROTECTED]: Thought I'd forward Kieren's response to the list, as I couldn't find her fix for the problem anywhere else. Not only can you forward it to the list, but you should also consider adding a snippet to the LSR in such a case...

RE:ly to midi

2007-07-17 Thread Kieran Coulter
Hi Tim, When you include a MIDI block in the Lilypond file, it automatically produces a MIDI file along with the pdf. Cheers, Kieran Coulter Message: 3 Date: Tue, 17 Jul 2007 08:42:22 + (UTC) From: Tim [EMAIL PROTECTED] Subject: lilypond to midi To: lilypond-user@gnu.org Message-ID:

that Brick Wall...

2007-07-17 Thread Mischa Falkenburg
...is now DOWN. Thanks to Neil Valentin for their suggestions and help. I understand a LOT more than I did when I started this project. I feel confident enough now to continue moving forward :-) . Thanks again, Mischa ___ lilypond-user mailing

Re: Tremolo won't produce desired output

2007-07-17 Thread Neil Puttock
Hi Mats, On 7/17/07, Mats Bengtsson [EMAIL PROTECTED] wrote: This is a known bug in LilyPond, see http://lists.gnu.org/archive/html/bug-lilypond/2007-06/msg00112.html However, as you can see in that email, it's easy to get the desired output, just use \repeat tremolo 4 { c32. e32. }

Re: Tremolo won't produce desired output

2007-07-17 Thread Rune Zedeler
Neil Puttock skrev: Unfortunately that's even worse - it produces output similar to what I posted above, but with hemidemisemiquaver barring. Yikes. For now you can use \once \override Beam #'gap-count = 3 c32.*4[ e32.*4] which is also an ugly kludge though :-/ -Rune

Re: Tremolo won't produce desired output

2007-07-17 Thread Neil Puttock
Hi Rune, On 7/17/07, Rune Zedeler [EMAIL PROTECTED] wrote: Yikes. For now you can use \once \override Beam #'gap-count = 3 c32.*4[ e32.*4] which is also an ugly kludge though :-/ -Rune That's great. It's much better than my rather byzantine hack, and produces output

ooolilypond user

2007-07-17 Thread PabloZum
OooLilyPond seems to be EXACTLY what I was looking for to write a book on jazz improvisation. I use Window XP and I can get it to insert simple scores in OpenOffice.org such as: \key c \minor \relative c'' { c16 es, d es c es d es c' es, d es c es d es } which is the test given in the

Re: ooolilypond user

2007-07-17 Thread Martial
just write this ---cut- \new ChordNames { \set chordChanges = ##t \chordmode { a2 c2 } } \new Voice = one { \autoBeamOff \relative c' { \clef treble \key c \major \time 4/4 a b c d } } \new Lyrics \lyricsto one \lyricmode { Aaa Bee

Re: Latex symbol from a package

2007-07-17 Thread Mats Bengtsson
The short answer is that there is no simple generic answer to your question. If you can figure out exactly what font file and what symbol from that font is used, then you can probably use it if the font is available in a form that LilyPond can handle. /Mats Quoting Mehmet Okonsar [EMAIL

file refuses to line or page break

2007-07-17 Thread Kieran Coulter
Hi everyone,This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf. I'd really appreciate any help to figure out what I've done wrong!Thanks,Kieran Coulter PP prelude almostdone.ly Description:

file refuses to line or page break

2007-07-17 Thread Kieran Coulter
This is just a test email to see if the mailing list is rejecting my emails when I try to include attachments, like .ly and .pdf files. Does anyone know if there is an attachment limit for emails to the list?Thanks,Kieran Coulter___ lilypond-user mailing

ugly output :(

2007-07-17 Thread Daniele Degano
hi, im new to the program and i was having some difficulty. i switched time signatures in my piece, and the program put a bar in the wrong place (ie, it didnt count properly). its a bit of a vague description, and i would not mind submitting code if anyone were interested. thanks!