]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 11 Sep 2004 19:08:20 +0000 (19:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 11 Sep 2004 19:08:20 +0000 (19:08 +0000)
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
lily/quote-iterator.cc

index cfac4809d3bfd7f50b2dfbd7f938e28feccd5b08..7f6798d5e24bb1ed2096dbc3333b8c47a8399ef6 100644 (file)
@@ -54,7 +54,6 @@ sarabandeA =  \context Voice  \relative c {
     { d4 a2 } >>
   <d, a' f'>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
index 718b0278f3f4cbe6c24f0c231d544faf58a6ecc6..eac8aee407738bcd691671fc671329284c0c6577 100644 (file)
@@ -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);