]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/mutopia/R.Schumann/GNUmakefile (examples): switch off
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Aug 2005 20:48:55 +0000 (20:48 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Aug 2005 20:48:55 +0000 (20:48 +0000)
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

input/regression/instrument-name-markup.ly
lily/tie.cc

index 02c88df0893177f69bde98308381ce3281e9cdd2..25b206dd0e470e8e5d7fcacb98517fdcba246cbc 100644 (file)
@@ -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'' }
-
 }
 
 
index 4813ab197b97ef8658417287ba14e504722e7d0b..52c323d876480df4a60bfa1be0e14dff73a062a7 100644 (file)
@@ -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);
        }