bug-lilypond
[Top][All Lists]
Advanced

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

Re: collision: french beaming vs. articulation


From: Simon Albrecht
Subject: Re: collision: french beaming vs. articulation
Date: Fri, 20 Nov 2015 22:43:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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



reply via email to

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