How to control beamed stem length to avoid collision?

2014-09-04 Thread steve
Howdy! For some reason lilypond ( 2.18.0) doesn't get this correct straight out of the box, though there is lots of room for slightly shorter stems... shouldn't need to move the note column... http://www.gooeytar.com/projects/test/granada_test.pdf How do I fix this

Re: How to control beamed stem length to avoid collision?

2014-09-04 Thread Simon Albrecht
Hello Steve, admittedly this is not easy to figure out. \once \override Beam.positions = #'(-3.5 . -3.5) is what you want here. It specifies the y position of the left and right ends of the beam in staff-space units. Yours, Simon Am 04.09.2014 um 20:11 schrieb st...@linuxsuite.org: