lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#vspace not working after text?


From: Tom Campbell
Subject: #vspace not working after text?
Date: Mon, 1 Oct 2018 14:41:31 -0700

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
}
#}))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]