]> git.donarmstrong.com Git - lilypond.git/commitdiff
(lambda): default resolution 116 (8 pixels per
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Jun 2005 11:21:07 +0000 (11:21 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Jun 2005 11:21:07 +0000 (11:21 +0000)
space).

ChangeLog
input/les-nereides.ly
scm/lily.scm

index 4ea75e8de80acfe7537025010bb790543bc4b330..3d835692a32bdbca10b33c95dd963c081c295869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-       * 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 49b2ed474a81ebf1c778d2d3fd0c0e8efe231a2b..0d649b56945af06c2df90f522d0ccb6d29c9397c 100644 (file)
@@ -139,11 +139,10 @@ bass = \new Voice \relative c{
     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 68a822d93aa9a5b6686e8f2414b6949933798c86..f59bc6a61ed33c83988ec2632b7d1419be52f973 100644 (file)
@@ -19,8 +19,10 @@ on errors, and print a stack trace.")
                          "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.")