----------  Forwarded Message  ----------

Subject: Re: slash noteheads for rhythm parts
Date: Sun, 6 Jul 2003 22:00:49 +0200
From: Amelie Zapf <[EMAIL PROTECTED]>
To: Rick Sutphin <[EMAIL PROTECTED]>

Hi Rick,

insert this portion into your .ly file:

sl = {
          \property Voice.NoteHead \override #'style = #'slash
          \property Voice.Stem \override #'length = #0 }
nsl = {
         \property Voice.NoteHead \revert #'style
         \property Voice.Stem \revert #'length }
cr = \property Voice.NoteHead \override #'style = #'cross
ncr = \property Voice.NoteHead \revert #'style

and you can switch to slashes by just writing \sl into your notes. \nsl
switches back.

Same for cross heads for accents & hits.

Regards,

Amy

-------------------------------------------------------



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to