On 20.11.2015 21:44, Malte Meyn wrote:
Articulations at stem ends seem to ignore beams so french beaming leads to collisions:

\version "2.19.30"

{
  \override Stem.french-beaming = ##t
  \repeat unfold 8 g'16^>
}

I thought I could come up with a pretty workaround/fix, but adding script-interface to the collision-interfaces of Beam doesn’t do what I’d have liked it to do:
%%%%%%%%%%%%%
\version "2.19.30"
\layout {
  \context {
    \Voice
    % adjusted from scm/define-grobs.scm, ll. 380ff.
    \override Beam.collision-interfaces = #'(beam-interface
                                 clef-interface
                                 clef-modifier-interface
                                 flag-interface
                                 inline-accidental-interface
                                 key-signature-interface
                                 note-head-interface
                                 script-interface ;; not there by default
                                 stem-interface
                                 time-signature-interface)
  }
}
{
  \override Stem.french-beaming = ##t
  \repeat unfold 8 g'16^>
}
%%%%%%%%%%%%%

Yours, Simon

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to