From 1d110256fae15f83b40282de88dc9e32657ba7eb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 11 Sep 2004 19:08:20 +0000 Subject: [PATCH] *** empty log message *** --- input/mutopia/J.S.Bach/baerenreiter-sarabande.ly | 3 ++- lily/quote-iterator.cc | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly index cfac4809d3..7f6798d5e2 100644 --- a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly +++ b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly @@ -54,7 +54,6 @@ sarabandeA = \context Voice \relative c { { d4 a2 } >> 4. e'8[ d c] | bes[ g'] f[ - \once \override Slur #'excentricity = #2.5 e16(f] g[ a bes d,)] | cis4.\trill b8[ a g] | @@ -176,6 +175,8 @@ baerPaper = \paper { \bookpaper { raggedbottom = ##t + betweensystemspace = 25\mm + betweensystempadding = 0\mm } \score{ \sarabandeCelloStaff diff --git a/lily/quote-iterator.cc b/lily/quote-iterator.cc index 718b0278f3..eac8aee407 100644 --- a/lily/quote-iterator.cc +++ b/lily/quote-iterator.cc @@ -187,7 +187,6 @@ Quote_iterator::process (Moment m) SCM copy = ly_deep_mus_copy (mus->self_scm ()); mus = unsmob_music (copy); transposed_musics_ = scm_cons (copy, transposed_musics_); - scm_gc_unprotect_object (copy); mus->transpose (diff); -- 2.39.5