lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Re: slash noteheads for rhythm parts


From: Amelie Zapf
Subject: Fwd: Re: slash noteheads for rhythm parts
Date: Sun, 6 Jul 2003 23:47:26 +0200
User-agent: KMail/1.4.3


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

Subject: Re: slash noteheads for rhythm parts
Date: Sun, 6 Jul 2003 22:00:49 +0200
From: Amelie Zapf <address@hidden>
To: Rick Sutphin <address@hidden>

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

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





reply via email to

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