]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 1 Mar 2005 13:29:25 +0000 (13:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 1 Mar 2005 13:29:25 +0000 (13:29 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/GNUmakefile
ly/init.ly
ly/titling-init.ly
scm/define-markup-commands.scm
scm/page-layout.scm
scm/titling.scm

index a7c56f3cb7b003b4a4c9c5b69e3fe956333d7b88..c259deec06daf6f14edc3275f0a668744e63eba0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (with-url): oops. use Y extent
+       for Y.
+
+       * ly/titling-init.ly (tagline): put default tagline in \paper 
+
 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
index 694cfc1ba083875b93948c8ee19c3c4ae17d6409..5eee3b6332b0cb3199a5af44bc19c67d2a547ce2 100644 (file)
@@ -41,6 +41,10 @@ See
 the section Point and click in he user manual. 
 @end ifnothtml
 
+@item
+White mensural ligatures now conform more closely to Renaissance
+usage.
+
 
 @item
 With the new @code{tieWaitForNote} property, arpeggios may be written
@@ -65,8 +69,8 @@ Individual objects may be assigned colors, for example,
 The PostScript backend is now used by default. This backend requires
 less machinery to run, and gives more consistent results.
 
-Due bugs in GhostScript's PDF handling, it is recommended to upgrade
-to GhostScript 8.x.
+Due to bugs in GhostScript's PDF handling, it is recommended to
+upgrade to GhostScript 8.x.
 
 @item
 Separator slashes may be inserted between systems in a score. For an
index d88c5eb21133477fcf2a7aa4c747345b87214d60..a48e457e4667e5c1c5b56d5d9469aa9e3f4d6803 100644 (file)
@@ -65,7 +65,6 @@ ifneq ($(patsubst %/local,%,$(DESTDIR)$(prefix)),/usr)
        @echo "or add something like that to the postinstall script."
        @echo
 else
-
        -$(INSTALL) -d $(DESTDIR)$(package_infodir)
        -install-info --remove --info-dir=$(infodir) $(outdir)/lilypond.info
        install-info --info-dir=$(infodir) $(outdir)/lilypond.info
@@ -187,7 +186,7 @@ $(outdir)/%.eps: %.png
 DEEP_HTML_FILES =\
  $(outdir)/lilypond/index.html\
  $(outdir)/lilypond-internals/index.html
-       
+
 else
 
 # Links referred to by Documentation index
@@ -262,7 +261,7 @@ local-clean: local-delete
 
 local-delete:
        -for i in $$(seq 0 9); do \
-               for j in dvi eps eps.bbox eps.trans log png tex; do \
+               for j in dvi eps eps.bbox eps.trans eps.trans.ps ps log png tex; do \
                        rm -f $(outdir)/lily-$$i*$$j; \
                done; \
        done
index 72c57c1bf12883cf73474f29fc49e4bd3a73e32f..50a64fc31ba71255f13f60b94601da71306eaf07 100644 (file)
@@ -9,7 +9,6 @@
 
 
 #(ly:set-option 'new-relative)
-#(ly:set-point-and-click #f)
 #(define toplevel-scores '())
 #(define $globalheader #f)
 #(define version-seen? #f)
index 20c3744589fce8e91f7ec6bff0562d917093ee18..f4c1ee24d4356a8329401fef2bb5537e62ff8727 100644 (file)
@@ -7,6 +7,17 @@ slashSeparator = \markup {
       \raise #0.7 \beam #2.0 #0.5 #0.48
   }
 
+
+tagline = \markup {
+  \with-url
+  #"http://lilypond.org/pdflink/"
+  \line {
+    "Engraved by LilyPond"
+    #(ly:export (lilypond-version))
+    "-"
+    "www.lilypond.org"
+  }
+}
 bookTitleMarkup = \markup {
 
   \column {
index 9a47e118206d81a7004701f641d88b493d0f4657..5f4fa4b7b75100dd60f563213f45c797acae8225 100644 (file)
@@ -23,7 +23,7 @@ the PDF backend."
   (let*
       ((stil (interpret-markup layout props arg))
        (xextent (ly:stencil-extent stil X))
-       (yextent (ly:stencil-extent stil X))
+       (yextent (ly:stencil-extent stil Y))
        (old-expr (ly:stencil-expr stil))
        (url-expr (list 'url-link url `(quote ,xextent) `(quote ,yextent))))
     
index f65c8744dca489ca2cf57c610d66a648346b29d5..5217ed4ea2961b33347733e2048b15bb45e91c55 100644 (file)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(define TAGLINE
-  (make-line-markup
-   (list 
-    (make-simple-markup (string-append "Engraved by LilyPond " (lilypond-version)))
-    (make-simple-markup "-")
-    (make-with-url-markup "http://lilypond.org"
-                         (make-typewriter-markup (make-simple-markup "www.lilypond.org"))
-                         
-                         ))))
-
 (define (page-headfoot layout scopes number sym sepsym dir last?)
   "Create a stencil including separating space."
   (let* ((header-proc (ly:output-def-lookup layout sym))
index c41dfb8ee2d499305d39fc14ffc2b946e23031bf..b129166ac36ccf0869c623d9012a6caa5c364cff 100644 (file)
@@ -37,12 +37,15 @@ page:last?, page:page-number-string and page:page-number
                            alist))
                     alists))
               (tagline (ly:modules-lookup scopes 'tagline)) 
+              (default-tagline (ly:output-def-lookup layout 'tagline)) 
 
               (pgnum-alist
                (list
-                (cons 'header:tagline (if (markup? tagline)
-                                          tagline
-                                          TAGLINE))
+                (cons 'header:tagline
+                      (cond
+                       ((markup? tagline) tagline)
+                       ((markup? default-tagline) default-tagline)
+                       (else "")))
                 (cons 'page:last? last?)
                 (cons 'page:page-number-string
                       (number->string page-number))