Xavier Noria <[email protected]> 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

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

Reply via email to