lilypond-user
[Top][All Lists]
Advanced

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

Re: markups and accents inside staff


From: Kieren MacMillan
Subject: Re: markups and accents inside staff
Date: Sun, 31 Jul 2022 17:46:37 -0400

Hi Jim,

> I guess \vspace is not intended for use within markups?

Well… \vspace is not intended to be used within markups the way you were trying 
to use it.  :)

\markup \column {
  "this"
  \vspace #5
  "works"
}

If you want to move something down, you can use \lower:

  \markup { "this" \lower #12 "is lower" }

Hope that helps!
Kieren.


reply via email to

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