Correction to section 6.7.2, "Repeat syntax"

2007-09-06 Thread Neil Puttock
Hi there, Please emend the following section, which demonstrates how to shorten volta spanners: \relative c''{ \time 3/4 c c c \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4) \repeat volta 5 { d d d } \alternative { { e e e f f f } { g g g } }

Re: Stream event structure

2007-09-06 Thread Ralph Little
Erik Sandberg wrote: According to the thesis, the stream event contains a "context" field which contains the id of the outlet context for the event. I can't seem to find this in the event structure at all and I can't think of a good reason for it to be there anyway for the implementation as it st

Re: Stream event structure

2007-09-06 Thread Erik Sandberg
On Thursday 06 September 2007, Ralph Little wrote: > Hi, > I'm trying to get to grips with how the new stream event system works by > studying the code and following Erik's thesis. Nice to hear! > According to the thesis, the stream event contains a "context" field > which contains the id of the

Re: [PATCHES]: Converting header and lyrics with musicxml2ly

2007-09-06 Thread Han-Wen Nienhuys
2007/9/6, Reinhold Kainhofer <[EMAIL PROTECTED]> > > Yes; I suggest adding them to input/regression/musicxml/ . There has > > to be a proper GNUmakefile in that directory too, but if you can't > > manage that someone else can add one. > > For each file, I have the original (Finale|Rosegarden|Noteed

Re: [PATCHES]: Converting header and lyrics with musicxml2ly

2007-09-06 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 6. September 2007 schrieb Han-Wen Nienhuys: > Probably you'll want to do > > git push kainhofer:refs/heads/dev/kainhofer > > (this pushes to dev/kainhofer) > > There is actually no reason to name your local branch kainhofer. > You can s

Re: [PATCHES]: Converting header and lyrics with musicxml2ly

2007-09-06 Thread Han-Wen Nienhuys
2007/9/6, Reinhold Kainhofer <[EMAIL PROTECTED]>: > Thanks for giving me access. Since I'm new to git, I'm not sure how exactly I > should commit in a new branch without messing up the whole repository. Is the > following okay? > > git clone ssh://[EMAIL PROTECTED]/srv/git/lilypond > git branch kai

Re: [PATCHES]: Converting header and lyrics with musicxml2ly

2007-09-06 Thread Reinhold Kainhofer
Hi Han-Wen, Am Samstag, 1. September 2007 schrieben Sie: > For now, I suggest to push to a kainhofer branch, and merge after reviews. Thanks for giving me access. Since I'm new to git, I'm not sure how exactly I should commit in a new branch without messing up the whole repository. Is the follo