lilypond-user
[Top][All Lists]
Advanced

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

Re: Use of \vspace and \hspace


From: Valentin Villenave
Subject: Re: Use of \vspace and \hspace
Date: Sat, 19 Jan 2019 17:55:50 +0100

On 1/19/19, Mr Tim <address@hidden> wrote:
> I go to the docs at
> http://lilypond.org/doc/v2.19/Documentation/notation/formatting-text
> and it tells me about what can go inside, but does not tell me in what
> context \markup can be used.

That’s the previous subsection:
http://lilypond.org/doc/v2.19/Documentation/notation/writing-text

You can use a \markup block in any TextScript object (attached to
notes with -, ^ or _), any \mark or at the top level, outside of any
\score block.

\markup may also (obviously) be user in any definition inside the
\header block (e.g. title, subtitle, composer, and so on).

\header {
  title = \markup { \bold This is a \hspace #4 markup. }
}

\markup \fill-line { "" "And this." ""}

\score {
  \new Staff {
    b1_"Also, this."
    \mark \markup \italic "And this as well."
    b
  }
}

Cheers,
V.



reply via email to

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