lilypond-user
[Top][All Lists]
Advanced

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

Re: Very strange beaming example


From: Keith OHara
Subject: Re: Very strange beaming example
Date: Fri, 27 Dec 2013 21:26:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Urs Liska <ul <at> openlilylib.org> writes:

> Has anybody seen this before?

No.  If it is Chopin, what Opus and Number is it ?

> And, just out of curiosity, how would you do that in LilyPond?

If possible, use a more standard way to show whatever this means.

You can set the number of beams fairly easily, but LilyPond always
draws the outer beams so the span across the inner beams

\relative c''{
\set subdivideBeams = ##t
\once\override Beam #'beam-segments = #
(lambda (g) 
  (let ((segs (ly:beam::calc-beam-segments g)))
    (display segs)(newline)
    segs))
c16[ d e f d 
\set #'stemRightBeamCount = #0
e
\set #'stemLeftBeamCount = #0
f g e f g a] r4 }

You could probably add some Scheme code to pick out the middle beams
with "vertical-count 1" and replace them with a single beam.




reply via email to

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