lilypond-user
[Top][All Lists]
Advanced

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

Re: wrapping music


From: David Kastrup
Subject: Re: wrapping music
Date: Tue, 11 Mar 2014 15:25:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Xavier Noria <address@hidden> writes:

> I am writing a score that has a few notes with cross heads. It would be
> helpful to define \cross such that
>
>    \cross { c8 c8 c8 }
>
> would expand to:
>
>    \override NoteHead.style = #'cross
>    c8 c8 c8
>    \revert NoteHead.style
>
> Is that possible?

\new Staff \xNote { c8 c8 c8 }

\deadNote is another name for it.

-- 
David Kastrup



reply via email to

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