lilypond-user
[Top][All Lists]
Advanced

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

Re: text in column


From: Reinhold Kainhofer
Subject: Re: text in column
Date: Sat, 26 Jan 2008 12:05:58 +0100
User-agent: KMail/1.9.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Samstag, 26. Januar 2008 schrieb address@hidden:
> Dear lilypond-users,
> I have a problem with arranging a text in column.
> In the first line I want to have "poco piu mosso" (this works)
> in the second  "(quarter = 120 )"
> in the third "molto rit" (this works also )
> How can it made possible that "(quarter = 120)" will sty together as one
> expression? 

Simply wrap a \line { ... } around that markup:

\relative c'' {
  \time 2/4 
  c16^\markup { \column { \upright "subito piu mosso"   \line { "(" \note 
# "4" #0.75 "= 120)" }  {\upright "molto rit." } } }
  d e f 
  g a b c 
  \tempo 4 =60
  d2
}

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: address@hidden, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHmxQYTqjEwhXvPN0RAn1dAJ9S8xydlSUCEw+xB0nXjEGaekj7RgCgwD/C
y8iP9l1OGYODb/MMm4qoM9U=
=+fgi
-----END PGP SIGNATURE-----




reply via email to

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