From 71f5a117559e7d95c6389f8857b00842b0a65398 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 1 Mar 2005 21:20:00 +0000 Subject: [PATCH] (tagline): Use Engraving. Add comment about what link to use best. --- ChangeLog | 3 +++ ly/titling-init.ly | 18 +++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b194c1af4a..58cd7e7011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-01 Jan Nieuwenhuizen + * ly/titling-init.ly (tagline): Use Engraving. Add comment about + what link to use best. + * Documentation/user/instrument-notation.itely (Ancient accidentals): * Documentation/user/tutorial.itely (Automatic and manual beams): Fix @ref. diff --git a/ly/titling-init.ly b/ly/titling-init.ly index 87d56c14d5..5901f3adbb 100644 --- a/ly/titling-init.ly +++ b/ly/titling-init.ly @@ -1,23 +1,27 @@ \version "2.4.0" slashSeparator = \markup { - \hcenter - \vcenter \combine - \beam #2.0 #0.5 #0.48 - \raise #0.7 \beam #2.0 #0.5 #0.48 - } - + \hcenter + \vcenter \combine + \beam #2.0 #0.5 #0.48 + \raise #0.7 \beam #2.0 #0.5 #0.48 +} +%% FIXME: Would using http://lilypond.org/pdflink#music%20notation +%% help Google to find us even better? Is it bad not to point +%% to our main page, for this reason? How bad is using /web +%% iso /? tagline = \markup { \with-url #"http://lilypond.org/pdflink/" \line { - "Engraved by LilyPond" + "Engraving by LilyPond" #(ly:export (lilypond-version)) "-" "www.lilypond.org" } } + bookTitleMarkup = \markup { \column { -- 2.39.5