Re: beaming in 2.13 - other question

2011-01-09 Thread Peter Van Kranenburg
On 1/9/11 4:02 AM, Carl Sorensen wrote: On 1/8/11 5:08 PM, "Peter Van Kranenburg" wrote: Dear all, Consider the following example (adapted from the manual): \version "2.13.44" \relative c'' { \time 3/16 \set Timing.beatStructure = #'(2 1) \set Timing.beamExceptions = #'(

beaming in 2.13 - other question

2011-01-08 Thread Peter Van Kranenburg
Dear all, Consider the following example (adapted from the manual): \version "2.13.44" \relative c'' { \time 3/16 \set Timing.beatStructure = #'(2 1) \set Timing.beamExceptions = #'( ;start of alist (end . ;entry for end of beams (

Re: beaming in 2.13

2011-01-08 Thread Peter Van Kranenburg
On 1/9/11 12:21 AM, Xavier Scheuer wrote: You need to clear beamExceptions also. \set Timing.beamExceptions = #'() Most automatic beaming settings for a time signature contain an entry for beamExceptions. For example, 4/4 time tries to beam the measure in two if there are only eight

Re: beaming in 2.13

2011-01-08 Thread Xavier Scheuer
On 9 January 2011 00:04, Peter Van Kranenburg wrote: > > Hello all, > > I'm typesetting a piece in 4/4, and I want the eight notes beamed in groups > of two instead of four. So, according to the notation manual, at the very > beginning of my score, I say: > > \set Score.baseMoment = #(ly:make-mome

Re: beaming in 2.13

2011-01-08 Thread David Kastrup
Peter Van Kranenburg writes: > Hello all, > > I'm typesetting a piece in 4/4, and I want the eight notes beamed in > groups of two instead of four. So, according to the notation manual, > at the very beginning of my score, I say: > > \set Score.baseMoment = #(ly:make-moment 1 8) > \set Score.beat

beaming in 2.13

2011-01-08 Thread Peter Van Kranenburg
Hello all, I'm typesetting a piece in 4/4, and I want the eight notes beamed in groups of two instead of four. So, according to the notation manual, at the very beginning of my score, I say: \set Score.baseMoment = #(ly:make-moment 1 8) \set Score.beatStructure = #'(2 2 2 2) This code is acc