Hi,

Am Di., 2. Okt. 2018 um 01:59 Uhr schrieb Tom Campbell <tomcampb...@gmail.com>:
>
> 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?

I'm not sure what you want to achieve.
Nevertheless you could visualize what you've done. I.e. add \box

>
> #(define-markup-command (headerThree layout props text)
> (markup?)
>   "Create a level 3 header"
>   (interpret-markup layout props
> #{
> \markup
\box
{
> \fontsize #1
> \line \bold \sans { #text }
> \vspace #4
> }
> #}))

\markup \headerThree "xy"

Note, word-space and box-pdding will now have some impact. So the
visualisation is not perfect, but probably gets you started.

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to