lilypond-user
[Top][All Lists]
Advanced

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

Re: creating a centred column of markups


From: EluzeW
Subject: Re: creating a centred column of markups
Date: Wed, 26 Nov 2008 07:43:59 -0800 (PST)

left-aligning with a certain distance from the left border seems simple:

\version "2.11.64"
\markup {
  \hspace #35
  \column {
    \fontsize #2 \override #'(font-family . medium) { "When You Are Old and
Grey" }
    \left-align
    " " 
    "When you are old and grey and full of sleep,"
    "And nodding by the fire, take down this book," 
    "And slowly read, and dream of the soft look" 
    "Your eyes had once, and of their shadows deep."
    " " 
    "How many loved your moments of glad grace" 
    "And loved your beauty with love false or true,"
    "But one man loved the pilgrim soul in you,"
    "And loved the sorrows of your changing face." 
    " " 
    "And bending down beside the glowing bars," 
    "Murmur, a little sadly, how Love fled" 
    "And paced upon the mountain overhead" 
    "And hid his face amid a crowd of stars." 
    " " 
    \hspace #20 "— William Butler Yeats (1893)" 
    }
  }
 
but now i'm suspicious you to want it really and automatically centered,
isn't it?! 

Eluze

note that you need an explicit blank for an empty line!

-- 
View this message in context: 
http://www.nabble.com/creating-a-centred-column-of-markups-tp20702311p20703474.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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