Re: automatic numbers for examples

2009-01-11 Thread coffer
> \markup {It is increasing: \counter #"testing" } > \markup {It is increasing: \counter #"testing" } > \markup {It is increasing: \counter #"testing" } > > ___ > lilypond-user mailing list > lilypond-user

Re: automatic numbers for examples

2009-01-10 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 10. Januar 2009 23:11:35 schrieb Stefan Thomas: > Dear Kieren, > thanks! I did'nt think on the possibilitie to do this with latex! No need to use latex for this. In LilyPond you have the full power of Scheme / GUILE available, so you can

Re: automatic numbers for examples

2009-01-10 Thread Gilles THIBAULT
\markup { example 1} \scoreOne \markup { example 2} \scoreTwo With \markup , i don't know how, but using \piece, i had made for me something like that : % #(define score-number 0) ex = #(define-music-function (parser location music) (ly:music?) (let* ((s

Re: automatic numbers for examples

2009-01-10 Thread Stefan Thomas
Dear Kieren, thanks! I did'nt think on the possibilitie to do this with latex! 2009/1/10 Kieren MacMillan : > Hi Stefan, > >> I'm searching for a possibilitie to get automatic numberings for >> different short music examples. > > With lilypond-book (and LaTeX) it would be quite easy — don't know a

Re: automatic numbers for examples

2009-01-10 Thread Kieren MacMillan
Hi Stefan, I'm searching for a possibilitie to get automatic numberings for different short music examples. With lilypond-book (and LaTeX) it would be quite easy — don't know about lilypond native… HTH! Kieren. ___ lilypond-user mailing list lil

automatic numbers for examples

2009-01-10 Thread Stefan Thomas
Dear Lilypond-users, I'm searching for a possibilitie to get automatic numberings for different short music examples. Something like this: \markup { example 1} \scoreOne \markup { example 2} \scoreTwo and so on. Is it possible? ___ lilypond-user ma