I want vertical space to occur after a heading. But it seems that the
following still puts the space before it, or am I going insane?

#(define-markup-command (headerThree layout props text)
(markup?)
  "Create a level 3 header"
  (interpret-markup layout props
#{
\markup {
\fontsize #1
\line \bold \sans { #text }
\vspace #4
}
#}))
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to