Hi,
I solved this for me to define my own drumcontext.
There's a part in the docs where it is described but it didn't work for me to
define a new drumcontext directly in my ly-file, so I looked into the file
drumpitch-init.ly (which is part of the LilyPond installation) to see how
drumcontexts are defined there.
Then I copied the whole file, added my own drumcontext and include in my
ly-file.
If you have created your own style-table you can create a DrumStaff with it
like this:
\new DrumStaff \with { drumStyleTable = #your-style }
-------- Original-Nachricht --------
> Datum: Fri, 2 May 2008 10:01:14 -0400
> Von: Kieren MacMillan <[EMAIL PROTECTED]>
> An: Stan Mulder <[EMAIL PROTECTED]>
> CC: [email protected]
> Betreff: Re: Adding notes above drumstaff
> Hey drummers,
>
> > As a drummer I've struggled to find a way to write drum kicks as well.
>
> Perhaps the following tip will help you find the best way?
>
> HTH!
> Kieren.
>
> %%%%%%%%%%%%%%%%%%%%%%
> \version "2.11.41"
>
> kotMusic = \drummode
> {
> cymr4. cymr cymr4 |
> cymr2 r8 cymr4.
> }
>
> drumMusic = \drummode
> {
> \repeat "percent" 16 bd4
> }
>
> \new DrumStaff
> <<
> \new DrumVoice = "KOT"
> \with
> {
> \override NoteHead #'stencil = #ly:text-interface::print
> \override NoteHead #'text = #(markup #:musicglyph
> "noteheads.s2")
> }
> { \voiceThree \kotMusic }
> \new DrumVoice = "percussion" \drumMusic
> >>
> %%%%%%%%%%%%%%%%%%%
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/lilypond-user
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
--
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user