From: Mats Bengtsson Date: Mon, 13 Nov 2000 23:00:35 +0000 (+0100) Subject: patch::: 1.3.107.mb1: Re: lily 1.3.107 X-Git-Tag: release/1.3.108~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=983f5ae64247cd3c1017b31e810701b55691f3f3;p=lilypond.git patch::: 1.3.107.mb1: Re: lily 1.3.107 --- diff --git a/VERSION b/VERSION index 6ecffd3ce9..d37b31e48c 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=107 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=mb1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. 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; diff --git a/lily/musical-pitch.cc b/lily/musical-pitch.cc index 9a798b59e9..fad725bb23 100644 --- a/lily/musical-pitch.cc +++ b/lily/musical-pitch.cc @@ -212,7 +212,7 @@ Musical_pitch::print_smob (SCM s, SCM port, scm_print_state *) Musical_pitch *r = (Musical_pitch *) 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/scm/element-descriptions.scm b/scm/element-descriptions.scm index 72c8e72edd..0b0e552b2f 100644 --- a/scm/element-descriptions.scm +++ b/scm/element-descriptions.scm @@ -246,7 +246,7 @@ (molecule-callback . ,Text_item::brew_molecule) (direction . 1) (breakable . #t) - (font-family . number) + (font-family . roman) (font-relative-size . 1) (visibility-lambda . ,end-of-line-invisible) (padding . 0.8)