Re: #vspace not working after text?

2018-10-02 Thread Tom Campbell
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 } }

Re: #vspace not working after text?

2018-10-02 Thread Robin Bannister
Tom Campbell wrote: 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? See also http://lists.gnu.org/archive/html/lilypond-user/2010-04/msg00057.html Cheers, Robin

Re: #vspace not working after text?

2018-10-02 Thread David Kastrup
Tom Campbell writes: > 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

Re: #vspace not working after text?

2018-10-01 Thread Thomas Morley
Hi, Am Di., 2. Okt. 2018 um 01:59 Uhr schrieb Tom Campbell : > > 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.

#vspace not working after text?

2018-10-01 Thread Tom Campbell
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