CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/22 20:48:55
Modified files:
input/regression: instrument-name-markup.ly
lily : tie.cc
Log message:
* 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
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/instrument-name-markup.ly.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/tie.cc.diff?tr1=1.151&tr2=1.152&r1=text&r2=text
Patches:
Index: lilypond/input/regression/instrument-name-markup.ly
diff -u lilypond/input/regression/instrument-name-markup.ly:1.30
lilypond/input/regression/instrument-name-markup.ly:1.31
--- lilypond/input/regression/instrument-name-markup.ly:1.30 Mon Aug 22
17:28:50 2005
+++ lilypond/input/regression/instrument-name-markup.ly Mon Aug 22 20:48:54 2005
@@ -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: lilypond/lily/tie.cc
diff -u lilypond/lily/tie.cc:1.151 lilypond/lily/tie.cc:1.152
--- lilypond/lily/tie.cc:1.151 Mon Aug 22 14:03:11 2005
+++ lilypond/lily/tie.cc Mon Aug 22 20:48:55 2005
@@ -320,6 +320,7 @@
/*
vertically center in space.
*/
+ conf->dir_ = dir;
conf->attachment_x_ = attachments;
conf->center_tie_vertically(details);
}
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs