From: tucker johnson Date: Sun, 22 Sep 2024 11:34:10 +0000 (-0400) Subject: all music input X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=96878ce3a15171dadea372c441541361669bf0a1;p=choruses.git all music input --- diff --git a/choruses.ly b/choruses.ly index b2cda6f..25a3e41 100644 --- a/choruses.ly +++ b/choruses.ly @@ -194,10 +194,11 @@ fingeringSize = #'(size . 0.6) \bookpart { \header { - title = \markup { \fontsize #1 \xtitle } + title = \xtitle subtitle = \markup { \medium \italic \xsub } + dedication = \markup { \fontsize #-4 \italic "dedicated to David Pate" } composer = \xcomp - poet = \markup { \xinst } + poet = \xinst } \score { << diff --git a/general/info.ly b/general/info.ly index fd1cc29..6d469a5 100644 --- a/general/info.ly +++ b/general/info.ly @@ -1,8 +1,8 @@ xtitle = \markup { Choruses } -xsub = \markup { " " } +xsub = \markup { "for Floris Van der Veken" } xcomp = \markup { Tucker Johnson } -xinst = \markup { alto saxophone and electronics } -xdur = \markup { \null } +xinst = \markup { alto sax & live electronics } +xdur = \markup { 10 minutes } xcr = \markup \tiny { Copyright Tucker Johnson 2024. All Rights Reserved (ASCAP) } oddhead = \markup { \fill-line { \null \center-column { \bold { \xcomp } " " } \null } } evhead = \markup { \fill-line { \null \center-column { \bold { \xtitle } " " } \null } }