forced accidentals

2008-11-01 Thread Mark Polesky
Two questions... 1.) I found this property in the accidental-interface page in the docs: forced (boolean) Manually forced accidental. I tried to make it work, but I couldn't get it to do anything. Can anyone explain how this property is used? (see http://lilypond.o

Re: WANTED: Design for documentation (Photoshop power users!)

2008-11-01 Thread Robin Bannister
Hallo. Me again, this time with a navbar suggestion. The first time I saw the navbar it seemed rather indigestible - so much text to read. But I did understand that the square brackets were indicating buttons. The second time was after visiting help, where I came to see that, for me at any

Re: Let's make TextSpanners easier to use!

2008-11-01 Thread Valentin Villenave
2008/11/1 Neil Puttock <[EMAIL PROTECTED]>: > It saves you having to use cdr to get the value. Brilliant!!! %%% #(define (make-text-span txt) "Make a TextSpanner that begins with the given STR." (let* ((m (make-music 'TextSpanEvent 'span-direction -1)) (de

Re: Export midi en terminal

2008-11-01 Thread Valentin Villenave
2008/11/1 Valentin Villenave <[EMAIL PROTECTED]>: > Le 1 novembre 2008 14:20, www.bigcab <[EMAIL PROTECTED]> a écrit : > >> le probleme c'est qu'il n'y a pas de bloc score quand on execute >> musicxmltoly Hi everybody, sorry for the noise (I meant to include -user-fr as a Cc, not -user). Thanks

Re: Let's make TextSpanners easier to use!

2008-11-01 Thread Neil Puttock
2008/11/1 Valentin Villenave <[EMAIL PROTECTED]>: > 2008/10/31 Neil Puttock <[EMAIL PROTECTED]>: > As a minor refinement, you could use assoc-get instead of assoc. >> It's in lily-library.scm. :) > > Hm, it requires a default-value. The default value's optional (it returns #f if no match is f

Re: Hairpin length at repeat bar lines

2008-11-01 Thread Kieren MacMillan
Hi Thies, in the code snippet below the crescendo hairpin at repeat bar lines is a bit too long. Any workaround? Did my second (revised) response not solve your problem? Just curious, Kieren. __

Re: Repeat volta: how many times to repeat?

2008-11-01 Thread Helge Kruse
- Original Message - From: "Daniel Hulme" <[EMAIL PROTECTED]> To: "Anthony W. Youngman" <[EMAIL PROTECTED]> Cc: Sent: Saturday, November 01, 2008 4:37 PM Subject: Re: Repeat volta: how many times to repeat? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Nov 01, 2008 at 02:15

Re: customising chords

2008-11-01 Thread Bailey James E.
Again, thanks for all this. It's a bit too much for me at the moment, especially with a project due, but maybe one day in a couple of months, when I have time to break apart every piece of it and figure out what they all do, I'll get it. ___ lily

Re: Let's make TextSpanners easier to use!

2008-11-01 Thread Valentin Villenave
2008/10/31 Neil Puttock <[EMAIL PROTECTED]>: >>> As a minor refinement, you could use assoc-get instead of assoc. > It's in lily-library.scm. :) Hm, it requires a default-value. Why do I need to use it? >>> Hmm, this isn't as elegant as make-text-span itself; you can't use markup. >> >> Do you k

Re: lilypond and scribus

2008-11-01 Thread Matthieu Jacquot
Hi, The solution I found is to "print in a file" the lilypond generated pdf and then import the .ps file in Scribus. It works perfectly for me. Hope this helps Matth - http://theshadylanepublishing.googlepages.com/ The Shady Lane Publishing : -- View this message in context: http://www.

Re: Bug in Cluster spanner?

2008-11-01 Thread V!ctor Adán
Hello Valentin, thanks for your reply. I didn't send it to bug list because I was not sure this was actually a bug :). I had done some research and had later sent this email to the devel-list too: http://www.nabble.com/Re%3A-Cluster-spanner%3A-problems-with-rendered-output-to18342378.html#a1834237

Re: Export midi en terminal

2008-11-01 Thread Valentin Villenave
Le 1 novembre 2008 14:20, www.bigcab <[EMAIL PROTECTED]> a écrit : > le probleme c'est qu'il n'y a pas de bloc score quand on execute > musicxmltoly Effectivement ; il faut donc en ajouter un (autour de \new Staff << ... >> ou \new StaffGroup << ... >> à la fin du fichier). Cordialement, Valent

lilypond and scribus

2008-11-01 Thread Ricardo Teruel
Hi to all, I used Finale since the 80's and experimented a bit with Sibelius but for a couple of years I have been studying and composing with lilypond. Patience and persistence is required but the solutions are amazing. At the moment I am writing a quite complex Piano Concerto. Consulting this us

Re: Hairpin length at repeat bar lines

2008-11-01 Thread Trevor Daniels
Here's a work-around. The values used can be adjusted to suit, of course. \version "2.11.63" \paper{ ragged-right=##t } \relative c '' { c1 \< \repeat volta 2 {c1 \!} \break c1*3/4 \< s4 \! \repeat volta 2 {c1} } Trevor - Original Message - From: "Thies Albrecht" <[EMAIL PR

Re: Repeat volta: how many times to repeat?

2008-11-01 Thread Daniel Hulme
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Nov 01, 2008 at 02:15:12PM +, Anthony W. Youngman wrote: > The usual cause of this is a broken mailer using "alternative". I > sometimes suffer from that, but haven't seen an empty message ... Not in this case: it's multipart/signed. I gu

Re: Repeat volta: how many times to repeat?

2008-11-01 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Trevor Daniels <[EMAIL PROTECTED]> writes Helge No, you're not alone: I can't see it either. But it is there. I can see it (on Vista Windows Mail) by opening Properties, selecting Details, then Message Source. I don't know why this happens. Daniel's using Mutt

How to Update Syntax to 2.11.61

2008-11-01 Thread Craig Bakalian
When I attempt to update my syntax on Mac OX with Lilypond 2.11.61 I am getting a request to update my python. I have download and installed the latest version. Yet, the installer is installing python 2.6 in my /usr/local/bin. The Convert app is not seeing the python 2.6. How do I get i

Hairpin length at repeat bar lines

2008-11-01 Thread Thies Albrecht
Hi everybody, in the code snippet below the crescendo hairpin at repeat bar lines is a bit too long. Any workaround? \version "2.11.63" \paper{ ragged-right=##t } \relative c '' { c1 \< \repeat volta 2 {c1 \!} } Kind regards, Thies -- GMX Download-Spiele: Preizsturz! Alle Puzzle-Spiele D

Re: Repeat volta: how many times to repeat?

2008-11-01 Thread Trevor Daniels
Helge No, you're not alone: I can't see it either. But it is there. I can see it (on Vista Windows Mail) by opening Properties, selecting Details, then Message Source. I don't know why this happens. Daniel's using Mutt 1.5.18 on GNU/Linux. It seems this is incompatible with Vista Windows Mail

Re: Repeat volta: how many times to repeat?

2008-11-01 Thread Helge Kruse
Hello, Am I alone. Or is there really no text in the mail? Best regards, Helge - Original Message - From: "Daniel Hulme" <[EMAIL PROTECTED]> To: Sent: Saturday, November 01, 2008 1:11 AM Subject: Re: Repeat volta: how many times to repeat?