lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beam subdivided at non-periodic intervals


From: Javier Ruiz-Alma
Subject: Re: Beam subdivided at non-periodic intervals
Date: Tue, 8 Jul 2014 23:11:08 -0700

The \subdivideBeams statement adds the unwanted subdivisions at the time signature beats.
Once I did away with this, the passage renders with just two overrides per break in the beam.  Not as elegant as defining a custom beat count structure, but the intent is clear.

\version "2.18.2"
\relative c''''{
\time 4/4
\key g \minor
\ottava #1
ees16 [ \set stemRightBeamCount = #1 d \set stemLeftBeamCount = #1
f ees \set stemRightBeamCount = #1 d \set stemLeftBeamCount = #1
c b d \set stemRightBeamCount = #1 c \set stemLeftBeamCount = #1
bes a g fis]
}



On Tuesday, July 8, 2014 10:22 PM, Mark Stephen Mrotek <address@hidden> wrote:


Javier,
 
You are welcome!
 
Mark
 
From: Javier Ruiz-Alma [mailto:address@hidden
Sent: Tuesday, July 08, 2014 9:17 PM
To: Mark Stephen Mrotek; 'LilyPond User Group'
Subject: Re: Beam subdivided at non-periodic intervals
 
I'm surprised that it does.  Thanks for coming up with that option.

I was stuck in the section on Subdivided beams, but failed to come up with any combination of \baseMoment and \beatStructure that would render these beam subdivisions.
 
On Tuesday, July 8, 2014 8:39 PM, Mark Stephen Mrotek <address@hidden> wrote:
 
Javier,
 
I am not sure it is the most elegant solution, yet it appears to work.
The command “\set stemLeftBeamCount” is at
 
Mark
 
From: address@hidden [mailto:address@hidden] On Behalf Of Javier Ruiz-Alma
Sent: Tuesday, July 08, 2014 5:55 PM
To: LilyPond User Group
Subject: Beam subdivided at non-periodic intervals
 
I need help implementing beam subdivisions with non-periodic beat structure (see image). Thank You!
 
Below base code for this measure:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\relative c''''{
\time 4/4
\key g \minor
\set subdivideBeams = ##t
\ottava #1
ees16[ d f ees d c b d c bes a g fis]
}
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]