From: Han-Wen Nienhuys Date: Mon, 22 Aug 2005 20:48:55 +0000 (+0000) Subject: * input/mutopia/R.Schumann/GNUmakefile (examples): switch off X-Git-Tag: release/2.7.7~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ec5db0e20ee8e1a4be9c3018e2ea313959bd8ac;p=lilypond.git * input/mutopia/R.Schumann/GNUmakefile (examples): switch off romanze28-2 example. * scm/ps-to-png.scm: remove dir-re function. (make-ps-images): generate page names, instead of globbing them. This brings down LilyPond memory usage for make web by a factor 10. (backportme?) * lily/lily-guile.cc (gulp_file_to_string): take size argument. * lily/tie.cc (distance): new function (height): new function. (init): new function (Tie_details): new struct. * lily/tie-column.cc (set_chord_outlines): new function. (new_directions): read tie-configuration --- diff --git a/input/regression/instrument-name-markup.ly b/input/regression/instrument-name-markup.ly index 02c88df089..25b206dd0e 100644 --- a/input/regression/instrument-name-markup.ly +++ b/input/regression/instrument-name-markup.ly @@ -1,27 +1,23 @@ \header { texidoc = "Instrument names are set with @code{Staff.instrument} and - -\layout { raggedright = ##t } - @code{Staff.instr}. You can enter markup texts to create more funky names, including alterations. " } -\version "2.6.0" +\layout { raggedright = ##t } +\version "2.6.0" textFlat = \markup {\smaller \flat} - \new Staff { \set Staff.instrument = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } } \set Staff.instr = \markup { \smaller { "Cl(B" \textFlat ")" } } { c''1 \break c'' } - } diff --git a/lily/tie.cc b/lily/tie.cc index 4813ab197b..52c323d876 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -320,6 +320,7 @@ Tie::get_configuration (Grob *me_grob, Grob *common, /* vertically center in space. */ + conf->dir_ = dir; conf->attachment_x_ = attachments; conf->center_tie_vertically(details); }