1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2024-10-31 17:43:33 +01:00

Added and updated stuff.

This commit is contained in:
Sven Axelsson 2009-02-15 13:55:36 +01:00
parent 2a36df9cba
commit 5a81521861
2 changed files with 48 additions and 48 deletions

View file

@ -1,4 +1,4 @@

\header {
title = "2008 Medley for Strasbourg"

View file

@ -24,24 +24,24 @@ today = #(date->string (current-date) "~B ~d, ~Y")
\fill-line { \fromproperty #'header:dedication }
\override #'(baseline-skip . 3.5)
\column {
\huge \bigger \bold
\huge \larger \bold
\fill-line {
\bigger \fromproperty #'header:title
\larger \fromproperty #'header:title
}
\fill-line {
\large \smaller \bold
\bigger \fromproperty #'header:subtitle
\larger \fromproperty #'header:subtitle
}
\fill-line {
\smaller
\smaller \bold
\line { "(" \fromproperty #'header:source ")" }
}
\fill-line {
\line { \fromproperty #'header:meter }
\line { \fromproperty #'header:composer " " \italic \fromproperty #'header:arranger }
}
\fill-line { " " } % Empty line
}
}
}
}