lilypond-user
[Top][All Lists]
Advanced

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

Re: #vspace not working after text?


From: Tom Campbell
Subject: Re: #vspace not working after text?
Date: Tue, 2 Oct 2018 14:34:35 -0700

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


reply via email to

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