On 02.10.2015 07:27, Andrew Bernard wrote:
Simon Albrecht has made a fine fix
That’s very kind to say, but I only did some updating; there remain bugs
as I already posted on this list (search for "Debugging shapeII").
Yours, Simon
___
lilypond-use
Answering my own question here, the \shapeII function in the openlilylib
repository does the trick (and many other astounding tricks as well, by the
way).
Note that the current code is somewhat dated, and will not work with 2.19.28 or
similar recent versions. Simon Albrecht has made a fine fix
Looking into the mailing list archives, a sort of solution is proposed - using
a rotation and an offset.
While this works, is there a better or preferred way?
Andrew
— snip
\version "2.19.28"
treble = {
\clef treble
\stemUp
\slurDown
\override Slur.rotation = #'(180 0 0)
\override S
How do you position a slur under a beam?
Setting Slur.positions does not want to move it, which is fine, but I cannot
find the correct override or setting.
And in this example, part of a complex multivoice score which is very dense, I
do need the slur under the beam and above the notes. The sco