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
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user