> \markup {It is increasing: \counter #"testing" }
> \markup {It is increasing: \counter #"testing" }
> \markup {It is increasing: \counter #"testing" }
>
> ___
> lilypond-user mailing list
> lilypond-user
-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
\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
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
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
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