From 96878ce3a15171dadea372c441541361669bf0a1 Mon Sep 17 00:00:00 2001 From: tucker johnson Date: Sun, 22 Sep 2024 07:34:10 -0400 Subject: [PATCH] all music input --- choruses.ly | 5 +++-- general/info.ly | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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 } } -- 2.39.5