Benjamin Fluehr <[email protected]> writes:

> I'm afraid my relative ignorance of Scheme is hindering me here.

The examples in the manual don't really require Scheme knowledge.

> The LilyPond
> documentation<http://www.lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lines#glissando>includes
> the following example of a cross-staff glissando:
>
> e'''2\glissando
> \change Staff = "left"
> a,,4\glissando
> \change Staff = "right"
>
> I have a score that needs a bunch of these cross-staff glissandos. Can I
> create a macro, music function, event function, or otherwise, that combine
> all of this for me?
>
> I am imagining that the macro/function would be callable via something like:
> \crossGlissando e'''2 a,,4

<URL:http://lilypond.org/doc/v2.18/Documentation/notation/substitution-function-examples>

applies rather straightforwardly, in particular the second example.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to