Thanks, all. The solution I arrived at thanks to your input looked like the
following:

#(define-markup-command (headerThree layout props text)
  (markup?)
   "Create a level 3 header"
   (interpret-markup layout props
  #{
  \markup {
  \column { \vspace #.5 \bold \sans { #text } \vspace #2 }
  }
  #}
  )
)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to