lilypond-user
[Top][All Lists]
Advanced

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

wrapping music


From: Xavier Noria
Subject: wrapping music
Date: Tue, 11 Mar 2014 14:57:17 +0100

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?


reply via email to

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