Re: Drum parts and horizontal beams

2008-10-22 Thread Jonathan Kulp
Nick Payne wrote: -Original Message- From: Jonathan Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 October 2008 06:55 To: Nick Payne Cc: lilypond-user@gnu.org Subject: Re: Drum parts and horizontal beams Jonathan Kulp wrote: The Beam damping property is still probably what you

RE: Drum parts and horizontal beams

2008-10-22 Thread Nick Payne
> -Original Message- > From: Jonathan Kulp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 22 October 2008 06:55 > To: Nick Payne > Cc: lilypond-user@gnu.org > Subject: Re: Drum parts and horizontal beams > > Jonathan Kulp wrote: > > > > > > Nic

Re: Drum parts and horizontal beams

2008-10-21 Thread Robin Bannister
Carl D. Sorensen wrote: You could also go to the LilyPond Snippet Repository and search for beam: If you are feeling lucky you could also google for beam horizontal inurl:v2-11 site:lilypond.org/doc/ Cheers, Robin ___ lilypond-user mailing list

Re: Drum parts and horizontal beams

2008-10-21 Thread Jonathan Kulp
Jonathan Kulp wrote: Nick Payne wrote: -Original Message- You must set the beam-damping to +inf.0 \override Beam #'damping = #+inf.0 Is it possible to do the reverse - give every beam a slight slope without explicitly setting the start and end position of every beam? I have a

Re: Drum parts and horizontal beams

2008-10-21 Thread Jonathan Kulp
Nick Payne wrote: -Original Message- You must set the beam-damping to +inf.0 \override Beam #'damping = #+inf.0 Is it possible to do the reverse - give every beam a slight slope without explicitly setting the start and end position of every beam? I have a piece I'm engraving wh

RE: Drum parts and horizontal beams

2008-10-21 Thread Nick Payne
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Carl D. Sorensen > Sent: Wednesday, 22 October 2008 01:58 > To: canduc; lilypond-user@gnu.org > Subject: Re: Drum parts and horizontal beams > > On 10/20/08 11:26 AM,

Re: Drum parts and horizontal beams

2008-10-21 Thread Carl D. Sorensen
On 10/20/08 11:26 AM, "canduc" <[EMAIL PROTECTED]> wrote: > > > Hi everybody. > I'm trying to write a drum part, but I'm not able to obtain perfectly > orizontal beams. > > For example when I write two eight notes, one of snare drum (corresponding > to a c') and the other of bass drum (e), thei

Drum parts and horizontal beams

2008-10-21 Thread canduc
} \new DrumVoice { \stemDown bd8. bd8 bd16 sn8 [r bd] bd [bd16 bd r bd] sn8 bd sn } >> } } Can anyone help me? -- View this message in context: http://www.nabble.com/Drum-parts-and-horizontal-beams-tp20074666p20074666.html Sent from the G

Re: Drum parts and horizontal beams

2008-10-20 Thread Jonathan Kulp
Add this code inside each \new DrumVoice block: \override Beam #'damping = #+inf.0 So a whole block looks like this: \new DrumVoice { \override Beam #'damping = #+inf.0 \stemUp cymc8 \repeat unfold 10 hhho cymc } Jon canduc wrote: Hi everybody. I'm trying to w

Drum parts and horizontal beams

2008-10-20 Thread canduc
} \new DrumVoice { \stemDown bd8. bd8 bd16 sn8 [r bd] bd [bd16 bd r bd] sn8 bd sn } >> } } Can anyone help me? -- View this message in context: http://www.nabble.com/Drum-parts-and-horizontal-beams-tp20074779p20074779.html Sent from the G