lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Da Capo, Segno, etc.


From: Aaron
Subject: Re: Da Capo, Segno, etc.
Date: 07 Aug 2003 14:21:07 +0300

> Hi being scheme illiterite I couldn't figure out how to use your code.
I also couldn't figure out its advantage over using text scripts.

I mean, can it effect playback?? Is it easier to postition??
> #(def-dacapo
>   (skip 0 0 1 1)  ; s1*1
>   (segno)         ; put a segno mark
>   (skip 0 0 2 1)  ; s1*2
>   (fine)          ; put a "fine" mark
>   (skip 0 0 3 1)  ; s1*3
>   (dalsegno))     ; put a "dal segno" mark
> 
> It sets two variables, marksUp and marksDown (Voice contexts), with
> appropriate marks and skips, that can then be used in the \score
> block.
> 
> The result? see:
> 
> http://nicolas.sceaux.free.fr/lilypond/scheme-hacks.html#dacapoexamples
> 

I saw this site and I am a bit overwhelmed by it.

> Optional arguments may added to the (segno), (dacapo), etc, functions,
> so that the mark should be raised / shifted if wanted.
> 
These options are listed where??
thanks
Aaron
> Regards,
> Nicolas Sceaux
> 
> 
> 
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]