On Thu, 17 Jun 2021 at 21:28, Stefan Thomas <[email protected]> wrote: > > Dear community, > in the following example the stems in voice three are to short in my opinion. > How can I shorten them? > > All = { \clef "bass" \global > << {\upper } \new Voice { \middle } \new Voice { \under } >> > } > > \new Staff \All
Hello, \override Beam.positions = #'(4 . 4) d8 e d Maybe? Cheers, Xavier -- Xavier Scheuer <[email protected]>
