Auto beaming question

2006-02-06 Thread Benjamin Esham
Hello all, I'm trying to typeset a piece (it's the Allemanda from Bach's second violin partita, BWV 1004, in case you care). I'm having a little bit of trouble configuring the auto beaming to do exactly what I want. There are basically three rhythmic units present in the piece (which

Re: Auto beaming question

2006-02-06 Thread Joe Neeman
- groups of sixteenth and thirty-second notes. These should also be beamed per beat, e.g. three sixteenths and two thirty-seconds. #(override-auto-beam-setting '(end 1 32 * *) 1 4) #(override-auto-beam-setting '(end 1 32 * *) 2 4) #(override-auto-beam-setting '(end 1 32 * *) 3

Re: Auto beaming question

2006-02-06 Thread Benjamin Esham
On Feb 6, 2006, at 8:44 PM, Joe Neeman wrote: Benjamin Esham wrote: - groups of sixteenth and thirty-second notes. These should also be beamed per beat, e.g. three sixteenths and two thirty-seconds. #(override-auto-beam-setting '(end 1 32 * *) 1 4) #(override-auto-beam-setting

Re: auto-beaming question

2005-08-23 Thread Joe Neeman
\version 2.6.3 \score { \new Staff { \relative c'{ \key g \major \clef violin \time 2/4 #(override-auto-beam-setting '(end * * * *) 1 4 ) c16. c32 c8 c4 %Bar 1 c8 c16. c32 c4 %Bar 2 }}} The result can be seen here:

Re: auto-beaming question

2005-08-23 Thread Gauvain Pocentek
Joe Neeman wrote: The reason is because of these 2 lines in /usr/share/lilypond/2.6.X/scm/auto-beam.scm (or whereever you have installed lilypond): ((end 1 32 2 4) . ,(ly:make-moment 1 8)) ((end 1 32 2 4) . ,(ly:make-moment 3 8)) That is, lilypond has a built-in beam setting that breaks a

auto-beaming question

2005-08-22 Thread Gauvain Pocentek
Hello, I'm typesetting a piece with a lot of rhythms like: es16.[ es32 d16. c32] and I'd like beaming to be automatically set as in the above exemple, without using []. I've tried many things like: #(override-auto-beam-setting '(end * * * *) 1 4 ) or \set beatLength =

Re: auto-beaming question

2005-08-22 Thread Gauvain Pocentek
Graham Percival wrote: If you haven't already, try reading section 8.6.2 from the documentation for 2.7. The docs have been (hopefully) clarified, and it will all apply to 2.6 as well. Done. The documentation seems clear to me, but there's something I don't understand. Here is a short