CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/10/02 14:56:05
Modified files:
Documentation/topdocs: NEWS.tely
Documentation/user: global.itely
input/regression: hara-kiri-pianostaff.ly
lily : laissez-vibrer-tie.cc
make : lilypond.fedora.spec.in
scm : page-layout.scm paper.scm
Log message:
release commit
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.91&tr2=1.92&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/global.itely.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/hara-kiri-pianostaff.ly.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/laissez-vibrer-tie.cc.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/make/lilypond.fedora.spec.in.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/page-layout.scm.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/paper.scm.diff?tr1=1.59&tr2=1.60&r1=text&r2=text
Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.91
lilypond/Documentation/topdocs/NEWS.tely:1.92
--- lilypond/Documentation/topdocs/NEWS.tely:1.91 Tue Sep 27 16:03:03 2005
+++ lilypond/Documentation/topdocs/NEWS.tely Sun Oct 2 14:55:54 2005
@@ -45,6 +45,21 @@
@itemize @bullet
+
[EMAIL PROTECTED]
+Vertical spacing for page layout can now be tuned for each system
+individually. The dimensions that can be tuned can be visualized.
+
[EMAIL PROTECTED]
+#(set-default-paper-size "a7" 'landscape)
+\book {
+ \score { { c4 } }
+ \paper { annotatespacing = ##t }
+}
[EMAIL PROTECTED] lilypond
+
+This feature was sponsored by Trevor Baca and Nicolas Sceaux.
+
@item
The slope of a stem-tremolo may be set manually
@@ -55,12 +70,6 @@
@end lilypond
This feature was sponsored by Sven Axelsson.
-
[EMAIL PROTECTED]
-Vertical spacing for page layout can now be tuned for each system
-individually.
-
-This feature was sponsored by Trevor Baca and Nicolas Sceaux.
@item
Laissez vibrer ties can be created with @code{\laissezVibrer},
Index: lilypond/Documentation/user/global.itely
diff -u lilypond/Documentation/user/global.itely:1.37
lilypond/Documentation/user/global.itely:1.38
--- lilypond/Documentation/user/global.itely:1.37 Sun Oct 2 01:16:08 2005
+++ lilypond/Documentation/user/global.itely Sun Oct 2 14:55:58 2005
@@ -535,6 +535,7 @@
for page spacing,
@lilypond[verbatim]
+#(set-default-paper-size "a6")
\paper { annotatespacing = ##t }
{ c4 }
@end lilypond
Index: lilypond/input/regression/hara-kiri-pianostaff.ly
diff -u lilypond/input/regression/hara-kiri-pianostaff.ly:1.34
lilypond/input/regression/hara-kiri-pianostaff.ly:1.35
--- lilypond/input/regression/hara-kiri-pianostaff.ly:1.34 Tue Sep 27
16:03:03 2005
+++ lilypond/input/regression/hara-kiri-pianostaff.ly Sun Oct 2 14:56:03 2005
@@ -16,6 +16,7 @@
alignment; this should not confuse the mechanism.
"
+}
\layout {
raggedright= ##t
Index: lilypond/lily/laissez-vibrer-tie.cc
diff -u lilypond/lily/laissez-vibrer-tie.cc:1.1
lilypond/lily/laissez-vibrer-tie.cc:1.2
--- lilypond/lily/laissez-vibrer-tie.cc:1.1 Mon Sep 12 12:20:25 2005
+++ lilypond/lily/laissez-vibrer-tie.cc Sun Oct 2 14:56:04 2005
@@ -21,11 +21,11 @@
/* properties */
"control-points "
+ "direction "
"details "
+ "note-head "
"thickness "
"x-gap "
- "details "
- "note-head "
);
MAKE_SCHEME_CALLBACK (Laissez_vibrer_tie, print, 1);
Index: lilypond/make/lilypond.fedora.spec.in
diff -u lilypond/make/lilypond.fedora.spec.in:1.20
lilypond/make/lilypond.fedora.spec.in:1.21
--- lilypond/make/lilypond.fedora.spec.in:1.20 Fri Aug 5 16:04:39 2005
+++ lilypond/make/lilypond.fedora.spec.in Sun Oct 2 14:56:04 2005
@@ -156,7 +156,6 @@
%{_bindir}/midi2ly
%{_bindir}/lilypond-book
%{_bindir}/mup2ly
-%{_bindir}/lilypond-ps2png
%{_bindir}/lilypond-invoke-editor
%doc THANKS
@@ -178,7 +177,6 @@
%{_mandir}/man1/midi2ly.1.gz
%{_mandir}/man1/lilypond-book.1.gz
%{_mandir}/man1/mup2ly.1.gz
-%{_mandir}/man1/lilypond-ps2png.1.gz
%{_mandir}/man1/lilypond-invoke-editor.1.gz
%{_datadir}/lilypond/@TOPLEVEL_VERSION@/
Index: lilypond/scm/page-layout.scm
diff -u lilypond/scm/page-layout.scm:1.85 lilypond/scm/page-layout.scm:1.86
--- lilypond/scm/page-layout.scm:1.85 Sun Oct 2 01:16:08 2005
+++ lilypond/scm/page-layout.scm Sun Oct 2 14:56:04 2005
@@ -97,10 +97,14 @@
)
- (if (number-pair? bbox-extent)
- (annotate-property "Y-extent"
- bbox-extent #f))
-
+ (if (number-pair? bbox-extent)
+ (begin
+ (annotate-property "Y-extent"
+ bbox-extent #f)
+ (annotate-property "next-padding"
+ (interval-translate (cons (- next-padding) 0) (car
bbox-extent))
+ #t)))
+
;; titles don't have a refpoint-Y-extent.
(if (number-pair? refp-extent)
(begin
@@ -111,10 +115,6 @@
(interval-translate (cons (- next-space) 0) (car
refp-extent))
#t)))
-
- (annotate-property "next-padding"
- (interval-translate (cons (- next-padding) 0) (car
bbox-extent))
- #t)
(set! (ly:paper-system-property system 'stencil)
Index: lilypond/scm/paper.scm
diff -u lilypond/scm/paper.scm:1.59 lilypond/scm/paper.scm:1.60
--- lilypond/scm/paper.scm:1.59 Sat Oct 1 23:06:53 2005
+++ lilypond/scm/paper.scm Sun Oct 2 14:56:04 2005
@@ -73,7 +73,8 @@
(module-define! old-mod '$defaultpaper new-paper)))
(define-public paper-alist
- '(("a6" . (cons (* 105 mm) (* 148.95 mm)))
+ '(("a7" . (cons (* 74.48 mm) (* 148.95 mm)))
+ ("a6" . (cons (* 105 mm) (* 148.95 mm)))
("a5" . (cons (* 148.95 mm) (* 210 mm)))
("a4" . (cons (* 210 mm) (* 297.9 mm)))
("a3" . (cons (* 297.9 mm) (* 420 mm)))
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs