From eed800bef73fc595e1d74e1fd5f0f5eda600ff66 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 18 Oct 2006 10:56:08 +0000 Subject: [PATCH] (melody): remove superfluous slur. --- ChangeLog | 2 ++ input/typography-demo.ly | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe90177022..5bd5063b73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-18 Han-Wen Nienhuys + * input/typography-demo.ly (melody): remove superfluous slur. + * scm/define-grob-interfaces.scm (piano-pedal-script-interface): add piano-pedal-script-interface diff --git a/input/typography-demo.ly b/input/typography-demo.ly index 0683bced63..2d4631419f 100644 --- a/input/typography-demo.ly +++ b/input/typography-demo.ly @@ -37,7 +37,7 @@ melody = \relative c'' \repeat volta 2 \context Voice = "singer" { s1*0^\markup { \bigger { \hspace #-3.0 Lieblich, etwas geschwind } } R2. r4 r8 c4 g8 | - \acciaccatura { f16( } e4) c8 + \acciaccatura { f16 } e4 c8 << \new Voice { \stemUp f8. g16 } { \stemDown f8.[ g16] } >> \stemNeutral a8 | -- 2.39.5