From 7cbed02186bc821d723ab2cf629d0fd176d3fb2a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 19 Sep 2009 17:33:39 +0200 Subject: [PATCH] Nitpicking: Space at line-end, use tex variables instead of def'ed --- Templates/TEMPLATE_Include_Movement.ily | 2 +- Templates/TEMPLATE_Settings_Global.ily | 2 +- Templates/TEXTEMPLATE_Include_ContentsMaterial.itex | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Templates/TEMPLATE_Include_Movement.ily b/Templates/TEMPLATE_Include_Movement.ily index d60a225..5f76ac2 100644 --- a/Templates/TEMPLATE_Include_Movement.ily +++ b/Templates/TEMPLATE_Include_Movement.ily @@ -8,7 +8,7 @@ %(movement)sTimeSignature = \time 4/4 %(movement)sSettings = \notemode { - \tempo \%(movement)sTempo + \tempo \%(movement)sTempo %% \partial 4 } diff --git a/Templates/TEMPLATE_Settings_Global.ily b/Templates/TEMPLATE_Settings_Global.ily index 2d5baba..1227877 100644 --- a/Templates/TEMPLATE_Settings_Global.ily +++ b/Templates/TEMPLATE_Settings_Global.ily @@ -5,7 +5,7 @@ scorenumber="%(scorenumber)s" -\header { +\header { title = "%(title)s" subtitle = "%(subtitle)s" composer = "%(composer)s" diff --git a/Templates/TEXTEMPLATE_Include_ContentsMaterial.itex b/Templates/TEXTEMPLATE_Include_ContentsMaterial.itex index cfd3aee..032b61b 100644 --- a/Templates/TEXTEMPLATE_Include_ContentsMaterial.itex +++ b/Templates/TEXTEMPLATE_Include_ContentsMaterial.itex @@ -29,8 +29,9 @@ Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor: \vfill \makeatletter -\copyrightbox{© \@year, %(publisher)s\newline +\copyrightbox{© \@year, \@publisher\newline 1. Auflage / 1st Printing \@year\newline -Computersatz mit Lilypond %(version)s, \href{http://www.lilypond.org/}{http://www.lilypond.org/}\newline +Computersatz mit \@software\newline Alle Rechte vorbehalten / All rights reserved. Printed in Austria.} + -- 2.11.4.GIT