lilypond-user
[Top][All Lists]
Advanced

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

Re: New stem notation


From: Graham Percival
Subject: Re: New stem notation
Date: Thu, 16 Jun 2005 20:53:09 -0700


On 16-Jun-05, at 6:41 PM, Art Hixson wrote:

I need a context for writing a single-line stave with a standard note head but three stem types: up, down and none. This would be similar to a RythmicStaff or a DrumVoice except for the stem issue. The notation also needs to be simple as there are many notes (not markup) , such as, for example; su, sd, sn.

Use a RhythmicStaff, and simply define the "notes" as follows:

su = { \stemUp c4 }
sd = { \stemDown c4 }
sn = {
  \once \override Stem #'transparent = ##t
  c4
}

This is untested, but if it doesn't work, it should give you an idea of how to do it.

Cheers,
- Graham





reply via email to

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