bug-lilypond
[Top][All Lists]
Advanced

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

avoid-slur should be outside in script.scm for "turn"


From: Martin Müller
Subject: avoid-slur should be outside in script.scm for "turn"
Date: Fri, 14 Aug 2015 10:24:05 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

tested in: 2.18, 2.19

Problem:
\turn followed by a slur: The turnaround pushes the slur outside the 
staff

Example:

  \relative c''{
    % Problem
    r2 r4  a8.\turn (c16)
    % temporary solution
    % (\turn = script- object)
    \once \override Script.avoid-slur = #'outside
    a8.\turn (c16)
  }

Mus. example: Beethoven op. 119 No.1, measure 10

Solution:
/usr/share/lilypond/current/scm/script.scm, line 309 should be cheanged 
to
(avoid-slur . outside) 


("turn"
     . (
        (script-stencil . (feta . ("turn" . "turn")))
        (avoid-slur . outside)
        (padding . 0.20)
        (direction . ,UP)))





reply via email to

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