lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion staves


From: Mats Bengtsson
Subject: Re: percussion staves
Date: Mon, 02 Jan 2006 11:13:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Now that I see your original question, you could do something like:

\score{
<<
 \new RhythmicStaff \with {
   instrument = "cymb."
   \override StaffSymbol #'line-count = #1
   }
   { c4 c8 c  }
 \new DrumStaff \with {
   instrument = "cast."
   \override StaffSymbol #'line-count = #1
   }
   { c8 c4 c8 }
 \new Staff \with {
instrument = \markup{\column { "chin. bl. h" "chin. bl. m" "chin. bl. l" }}
   \override StaffSymbol #'line-count = #3
   }
   \relative c''{<<{d4 d} \\ {b b} \\ {g g} >> }
>>
}

I don't really know anything about drum notation, so you probably want to
use \drummode to get the correct note heads and I included examples of
both RhythmicStaff, DrumStaff and an ordinary Staff, just to illustrate
that they are available.

  /Mats

andrea valle wrote:

Hi to all,
I searched thru docs and archives but I wasn't able to make my ideas clear.

I'm writing for percussions, so I was taking a look at Varèse's Intégrales. Percussionist 2 has five percussions: three chinese blocks (h, m, l: 3 lines), castanets (1 line) and a cymbals (1 line). As a result, the staff is made up of three lines (with standard interline space) for chinese blocks, plus two other lines with greater interline space (as a standard for percussions without 5 lines staff), one for castanets and one for cymbals.

i.e.:

cymb.    _______________

cast.        _______________

chin. bl. h    _______________
chin. bl.m    _______________
chin. bl. l    _______________

Is is possible to create such a staff?  Could anyone post an example?

I only know how to set the number of lines (StaffSymbol #'line-count) and how to change Staff's interline space (for all lines: StaffSymbol #'staff-space).

Thanks a lot

-a-


Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
address@hidden


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-use
r


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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