]> git.newer.systems - choruses.git/commitdiff
all music input
authortucker johnson <tucker@newer.systems>
Sun, 22 Sep 2024 11:34:10 +0000 (07:34 -0400)
committertucker johnson <tucker@newer.systems>
Sun, 22 Sep 2024 11:34:10 +0000 (07:34 -0400)
choruses.ly
general/info.ly

index b2cda6f775417dd62d341c48c1f54c989a760578..25a3e415f4a74f2c95061f6e921aa131d680a967 100644 (file)
@@ -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 {
       <<
index fd1cc29c78ca3aff1bfafa009a11383d02bdcdbb..6d469a57ca3b51c0df4f551edb5cf4a1ad3994d8 100644 (file)
@@ -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 } }