CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/19 11:21:07
Modified files:
. : ChangeLog
input : les-nereides.ly
scm : lily.scm
Log message:
(lambda): default resolution 116 (8 pixels per
space).
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3798&tr2=1.3799&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/les-nereides.ly.diff?tr1=1.74&tr2=1.75&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?tr1=1.364&tr2=1.365&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3798 lilypond/ChangeLog:1.3799
--- lilypond/ChangeLog:1.3798 Sun Jun 19 00:47:16 2005
+++ lilypond/ChangeLog Sun Jun 19 11:21:06 2005
@@ -1,6 +1,6 @@
2005-06-19 Han-Wen Nienhuys <[EMAIL PROTECTED]>
- * scm/lily.scm (lambda): default resolution 101.178 (7 pixels per
+ * scm/lily.scm (lambda): default resolution 116 (8 pixels per
space).
* Documentation/user/tutorial.itely (Running LilyPond for the
Index: lilypond/input/les-nereides.ly
diff -u lilypond/input/les-nereides.ly:1.74 lilypond/input/les-nereides.ly:1.75
--- lilypond/input/les-nereides.ly:1.74 Sun Mar 13 11:20:07 2005
+++ lilypond/input/les-nereides.ly Sun Jun 19 11:21:07 2005
@@ -139,11 +139,10 @@
r8. cis,,16(\sustainUp <fis fis,>8 <gis gis,>
| %3
- \override Stem #'length = #5 %tweak
+% \once \override Stem #'length = #6 %tweak
<a a,>4\sustainDown
\change Staff=treble
- \revert Stem #'length %tweak
\revert Stem #'direction
\override Stem #'direction = #-1
<a' fis cis>)\arpeggio
Index: lilypond/scm/lily.scm
diff -u lilypond/scm/lily.scm:1.364 lilypond/scm/lily.scm:1.365
--- lilypond/scm/lily.scm:1.364 Sun Jun 19 00:47:17 2005
+++ lilypond/scm/lily.scm Sun Jun 19 11:21:07 2005
@@ -19,8 +19,10 @@
"relative for simultaneous music works
similar to chord syntax")
- ;; at 101.178, a staff space is exactly 7 pixels.
- (resolution 101.178 "resolution for generating bitmaps")
+ ;; at 101.178, a staff space is exactly 7 pixels.
+ ;; 115.63 = 8 pixels
+ ;; 86 = 6 pixels
+ (resolution 116 "resolution for generating bitmaps")
(preview-include-book-title #t "include book-titles in preview
images.")
(gs-font-load #f
"load fonts via Ghostscript.")
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs