Re: free LilyPond advertising

2008-02-23 Thread Werner LEMBERG
> OK. maybe this isn't advertising, but as a recovering Finale user I > have been taking notes about what it was like to try LilyPond for the > first time. The first three installments of those writings are now > posted on my site and, of course, the LilyPond output looks > marvellous: > > http://

Re: Doing \score { <<...>... } and \context Staff << .... >> in scheme?

2008-02-23 Thread Han-Wen Nienhuys
2008/2/23, Reinhold Kainhofer <[EMAIL PROTECTED]>: > Thanks for the hint. > > Now, my next problem is that if my createscore function is called within a > \book block, I'd need to use book-score-handler instead of > toplevel-score-handler. > Is there an easy way to detect wheter we are inside a

Re: free LilyPond advertising

2008-02-23 Thread Andrew Hawryluk
Here's the .ly files I used. Thanks! On Sat, Feb 23, 2008 at 5:39 PM, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > 2008/2/23, Andrew Hawryluk <[EMAIL PROTECTED]>: > > > > OK. maybe this isn't advertising, but as a recovering Finale user I > > have been taking notes about what it was like to try

Re: Doing \score { <<...>... } and \context Staff << .... >> in scheme?

2008-02-23 Thread Reinhold Kainhofer
Am Samstag, 23. Februar 2008 schrieb Han-Wen Nienhuys: > 2008/2/21, Reinhold Kainhofer <[EMAIL PROTECTED]>: > > > \makeScore "Test" { c'4 d' e' f' g'1 } > > > > Dang, that looked so promising! > > It worked fine in all my tests, until I started switching my orchestral > > score to my own createsc

Re: free LilyPond advertising

2008-02-23 Thread Han-Wen Nienhuys
2008/2/23, Andrew Hawryluk <[EMAIL PROTECTED]>: > OK. maybe this isn't advertising, but as a recovering Finale user I > have been taking notes about what it was like to try LilyPond for the > first time. The first three installments of those writings are now > posted on my site and, of course, t

RE: \time; staccato MIDI output

2008-02-23 Thread Trevor Daniels
Hi Iain Taking the \time's out of the definitions is the best approach. As timing is done by default at the score level it is not necessary to include \time commands in both parts. So I would write it this way (I prefer to explicitly declare the Staves): sectionOne = \relative c' { c1 | } sect

free LilyPond advertising

2008-02-23 Thread Andrew Hawryluk
OK. maybe this isn't advertising, but as a recovering Finale user I have been taking notes about what it was like to try LilyPond for the first time. The first three installments of those writings are now posted on my site and, of course, the LilyPond output looks marvellous: http://www.musicbyand

Re: Doing \score { <<...>... } and \context Staff << .... >> in scheme?

2008-02-23 Thread Han-Wen Nienhuys
2008/2/21, Reinhold Kainhofer <[EMAIL PROTECTED]>: > > \makeScore "Test" { c'4 d' e' f' g'1 } > > Dang, that looked so promising! > It worked fine in all my tests, until I started switching my orchestral score > to my own createscore function... The problem is that cue notes do not appear > in

\time; staccato MIDI output

2008-02-23 Thread Iain Nicol
Hi, I'm new to LilyPond, and I'm trying to engrave a piece I composed a while back. I've run into a couple of difficulties. Help would be greatly appreciated. N.B.: This is a bit long; sorry. 1. Time signatures == Consecutive "\time"s show up, even if they are both the same time s

TextMate

2008-02-23 Thread James E. Bailey
Hello, I'm trying out the lilypond bundle in TextMate, and there are a couple of things that don't really show logically. I don't know a thing about TextMate, and I was wondering if whoever created the bundle could give me a couple of tips on how to make some changes. _

Re: #'extra-offset not working

2008-02-23 Thread David Bobroff
Trevor Daniels wrote: Hi David Text attached to a multimeasure rest is held in a MultiMeasureRestText object which is created in the Voice context. So the override you need to move it is: \once \override Voice.MultiMeasureRestText #'extra-offset = #'(0 . 4) Aah...Ok. I had already found one

RE: #'extra-offset not working

2008-02-23 Thread Trevor Daniels
Hi David Text attached to a multimeasure rest is held in a MultiMeasureRestText object which is created in the Voice context. So the override you need to move it is: \once \override Voice.MultiMeasureRestText #'extra-offset = #'(0 . 4) Trevor D > -Original Message- > From: [EMAIL PROT