pre-defined percussion staves is used:
partBongo = \new DrumStaff \with {
drumStyleTable = #bongos-style
} \staffBongo
... compared to ...
partPercCustom = \new DrumStaff \with {
% -- drumStyleTable = #defPercCustom % -- this doesn't work
} <<
\set DrumStaff.drumStyleTable = #(
On 2021-01-28 4:35 am, ebenezer wrote:
Hello everyone,
I have noticed that use of a custom percussion staff is different from
the manner in which one of the pre-defined percussion staves is used:
partBongo = \new DrumStaff \with {
drumStyleTable = #bongos-style
} \staffBongo
... compared to
Hello everyone,
I have noticed that use of a custom percussion staff is different from
the manner in which one of the pre-defined percussion staves is used:
partBongo = \new DrumStaff \with {
drumStyleTable = #bongos-style
} \staffBongo
... compared to ...
partPercCustom = \new DrumStaff
Hi Coralline,
2008/12/29 coralline algae :
> In the Notation manual 2.5 custom percussion staves, I have used
> the example shown. But havent been able to find out what the third
> column is supposed to do. ie. #f or #t doesn't seem to do much?
> Although the pedalhihat l
In the Notation manual 2.5 custom percussion staves, I have used
the example shown. But havent been able to find out what the third
column is supposed to do. ie. #f or #t doesn't seem to do much?
Although the pedalhihat line seems to code for the + above.
I would like to know where to
Trevor
- Original Message - From: "Stefan Thomas" <
[EMAIL PROTECTED]>
To: "lilypond-user"
Sent: Monday, May 12, 2008 1:58 PM
Subject: switcj of percussion staves
Dear lilypond-users,
> I have a problem, that's going to drive me crazy at the mome
is
> out (ie overruling line-count) and if this is correct add a note in the NR.)
>
> Trevor
>
> - Original Message - From: "Stefan Thomas" <
> [EMAIL PROTECTED]>
> To: "lilypond-user"
> Sent: Monday, May 12, 2008 1:58 PM
> Subject: switcj of
L PROTECTED]>
To: "lilypond-user"
Sent: Monday, May 12, 2008 1:58 PM
Subject: switcj of percussion staves
Dear lilypond-users,
I have a problem, that's going to drive me crazy at the moment!!
Why can't I do a change of staff lines in the below quoted example?
%
Dear lilypond-users,
I have a problem, that's going to drive me crazy at the moment!!
Why can't I do a change of staff lines in the below quoted example?
%% Begin %%
trommel = { \override Staff.StaffSymbol #'line-count = 1 \override
Staff.BarLine #'bar-size = #3 }
normalsystem = {\overr
Jay,
maybe this points you in the right direction using DrumStaff and/or
RhythmicStaff.
Note the layout changes I added in the layout-block.
Here you can find more details for modifications in that manner:
http://lilypond.org/doc/v2.8/Documentation/user/lilypond-internals.html#DrumStaff
http://l
Hi, Jay:
What I keep on getting is errors about the percussion staffs
You should try to define all the different staffs consistently -- in
your case, you were using \new RhythmicStaff in both the definition
of the percussion variables (parts) and instantiation of their
respective staves
Running this on winxp-pro
Below you will find the file - so far. What I keep on getting is errors
about the percussion staffs but I can't find in the manual-pdf how to set
up the score properly. Please direct me to the link so I can correct
whatever errors I'm having.
Thanks
Jay
\version "2.8.4
I'm sorry, I tried but I'm not able to find a solution by myself
starting from PianoStaff.
I do not understand how to put arbitrary staves insise a pianostaff.
Could you please post an example to be hacked?
-a-
On 2 Jan 2006, at 17:23, Han-Wen Nienhuys wrote:
andrea valle wrote:
Certainl
Trevor Bača wrote:
Certainly, but isn't it much easier to make new context with 1-line
staves at fixed distances (see PianoStaff definition for inspiration)?
Andrea,
If you go the multiple-1-line-contexts-together route, will beaming
still work correctly?
Yes, as long as the distance betwee
On 1/2/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> andrea valle wrote:
> > Mats,
> > thanks a lot as usual.
> > Your code is precious, but I suspected I could reach good results via
> > superimposition of different staves.
> > I'd like to have it in one unique staff for ease (so I can have on
andrea valle wrote:
Mats,
thanks a lot as usual.
Your code is precious, but I suspected I could reach good results via
superimposition of different staves.
I'd like to have it in one unique staff for ease (so I can have one
voice): this kind of spacing is very common for percussion in 20th
cen
Mats,
thanks a lot as usual.
Your code is precious, but I suspected I could reach good results via
superimposition of different staves.
I'd like to have it in one unique staff for ease (so I can have one
voice): this kind of spacing is very common for percussion in 20th
century and I don't want
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
}
{ c
As far as I can see, there is no easy solution. You could redefine the
function
used to print the StaffSymbol object. The default implementation,
Staff_symbol::print is done in C++, but it should be possible to do it
in Scheme as well.
/Mats
andrea valle wrote:
Hi list,
sorry to bother you
Hi list,
sorry to bother you again.
But: does anyone know about the question I posted (here following)?
To summarize:
I need a (unique) staff in this way:
___
___
___
___
___
Is it possible to
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 res
On Sun, 20 Jul 2003 16:35:01 +0200
Antonio PALAMA' <[EMAIL PROTECTED]> wrote:
> i) If I use the technique suggetsd by the manual for percussion staves
> i.e.
> \score
> {
> \apply #(drums->paper 'drums) etc.
>
> Then I am not able to speci
I have a number of problems with percussion staff typesetting
i) If I use the technique suggetsd by the manual for percussion staves
i.e.
\score
{
\apply #(drums->paper 'drums) etc.
Then I am not able to specify other requests for the \paper context like
e.g.
linewidth = 27
23 matches
Mail list logo