lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond drum problem(?)


From: Joerg Anders
Subject: Re: lilypond drum problem(?)
Date: Tue, 28 May 2002 14:50:45 +0200 (CEST)

On Tue, 28 May 2002, Rune Zedeler wrote:

>
> Btw, I think that you should use the drum-notation-scheme demonstrated
> in input/test/drums.ly

... I'm not a drummer: Does every drum instrument has a well-known
    pitch if a 5 line system is used ? Or is the pitch derived from
    General MIDI standard ?

My problem is: The NoteEdit user can place the drum notes at any
pitch he/she wants. Therefore I need a means to place - say a note with
triangle head - at any pitch and ...
>
>
> simultainously. You need to put the different notehead styles in
> different threads:
>
> bcc = {
>    \context Thread = xcircle
>    \property Thread.NoteHead \set #'style = #'xcircle
> }

... I tried this, but it doesn't work :-(    :

  bcr = {
  \context Thread = xcircle
  \property Voice.NoteHead \set #'style = #'cross
  }
  bcc = {
  \context Thread = xcircle
  \property Voice.NoteHead \set #'style = #'xcircle
  }
  btr = {
  \context Thread = xtriangle
  \property Voice.NoteHead \set #'style = #'triangle
  }

  drumA = \notes\relative c {
        \clef percussion

        < \bcc b8 \btr as' > as' < \bcr d, \bcr fes \btr as >
        < \bcr d \bcr fes \btr as > r8 \bar "|."
  }
  \score {
        <
                \context Staff="drum2" \drumA
        >
  }

-- 
J.Anders, Chemnitz, GERMANY (address@hidden)




reply via email to

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