From ed40ccb9edee3556e4626f9c8c76a05d79653367 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:33:11 +0000 Subject: [PATCH] lilypond-1.3.108 --- input/test/orchestscore.ly | 6 ++---- lily/duration.cc | 2 +- lily/music-iterator-ctor.cc | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/input/test/orchestscore.ly b/input/test/orchestscore.ly index 0668bd2b50..b2d32460c9 100644 --- a/input/test/orchestscore.ly +++ b/input/test/orchestscore.ly @@ -1,4 +1,4 @@ -\version "1.3.96"; +\version "1.3.102"; m = \notes \relative c''{ @@ -94,11 +94,9 @@ c1 | c2 c | c c | R1*5 textheight = 260.\mm; \translator { \OrchestralScoreContext - barNumberScriptPadding = 10; +% barNumberScriptPadding = 10; } \translator { \HaraKiriStaffContext - marginScriptPadding = 15.0; -% StaffMinimumVerticalExtent = #(cons -0.0 0.0) } } } diff --git a/lily/duration.cc b/lily/duration.cc index 163b849d2a..6b9925ba17 100644 --- a/lily/duration.cc +++ b/lily/duration.cc @@ -97,7 +97,7 @@ Duration::print_smob (SCM s, SCM port, scm_print_state *) Duration *r = (Duration *) gh_cdr (s); scm_puts ("#str().ch_C()), port); + scm_display (gh_str02scm ((char*)r->str().ch_C()), port); scm_puts (" >", port); return 1; diff --git a/lily/music-iterator-ctor.cc b/lily/music-iterator-ctor.cc index c599c57817..28572ddd31 100644 --- a/lily/music-iterator-ctor.cc +++ b/lily/music-iterator-ctor.cc @@ -8,6 +8,7 @@ */ #include "music-iterator-ctor.hh" +#include "ly-smobs.icc" static long callback_tag; -- 2.39.5