From fabf6599f212de03c374cbf1cfe3f5f8eaf5d261 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 1 Apr 2002 17:37:50 +0000 Subject: [PATCH] Tweak Slur.beautiful, so that we don't get too curved slurs. --- ChangeLog | 3 +++ input/mozart-hrn-3.ly | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70e02e4b04..4b0b8713c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-04-01 Jan Nieuwenhuizen + * input/mozart-hrn-3.ly: Tweak Slur.beautiful, so that we don't + get too curved slurs. + * scm/slur.scm (default-slur-extremity-offset-alist) (default-phrasing-slur-extremity-offset-alist): Move slur attachments further away from note-head, vertically. Also, leave diff --git a/input/mozart-hrn-3.ly b/input/mozart-hrn-3.ly index 2e06c75424..fcf1fd0880 100644 --- a/input/mozart-hrn-3.ly +++ b/input/mozart-hrn-3.ly @@ -70,6 +70,7 @@ cresc = \notes { Stem \override #'thickness = #1.3 Beam \override #'thickness = #0.6 Beam \override #'beam-space = #0.8 + Slur \override #'beautiful = #0.3 } \translator { \StaffContext -- 2.39.5