]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Feb 2006 12:31:31 +0000 (12:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Feb 2006 12:31:31 +0000 (12:31 +0000)
Documentation/topdocs/NEWS.tely
scm/paper-system.scm

index db850bdf918e1f8a80fd8bb930ed7a22fab02c58..fae437abc08b3f669779b4cdf1547947135cd23f 100644 (file)
@@ -64,7 +64,8 @@ which scares away people.
 
 @end ignore
 
-
+@item Thicknesses of tie and slurs may be  tuned separately for the
+endings and the middle part.
 
 @item Items directly connected with a music input element may be
 parenthesized, for example,
@@ -144,8 +145,8 @@ This feature was sponsored by Trevor Bača.
 
 #(set-default-paper-size "a7" 'landscape)
 \paper {
-  headsep = 0.0
-  footsep = 0.0
+  head-separation = 0.0
+  foot-separation = 0.0
   }
 \book {
  \score {
index eec080e253d8b4521aa63be7d69f59ecd6e6e1aa..70985aae6669d012d8ee6a54d7b8e2f76c4ef70a 100644 (file)
@@ -48,6 +48,7 @@
   
 (define-public (paper-system-annotate system layout)
   "Add arrows and texts to indicate which lengths are set."
+  
   (let*
       ((annotations (ly:make-stencil '() (cons 0 2) (cons 0 0)))
        (append-stencil
@@ -69,7 +70,6 @@
        (next-padding (ly:prob-property system 'next-padding
                                               (ly:output-def-lookup layout 'between-system-padding)
                                               ))
-                    
        )
 
     (if (number-pair? bbox-extent)
@@ -89,8 +89,6 @@
          (annotate-property "next-space"
                             (interval-translate (cons (- next-space) 0) (car refp-extent))
                       #t)))
-       
-    
 
     (set! (ly:prob-property system 'stencil)
          (ly:stencil-add