Perfect!
Thanks for your prompt answer; this was my first ever question on this forum. I'm excited to use Lilypond now with access to such a vast repository of knowledge!

On Jul 6, 2013, at 5:20 PM, Eluze wrote:

Constantine Stade wrote
I have used Lilypond for several years, but have found it difficult to
dig deeper into the notation to do things like moving non-staff items
or predictably setting vertical staff spacing.
I am looking for a way to move a \markup symbol from above the first
note of a phrase to directly above the clef itself.
Here's the code:

I think you should use a RehearsalMark ( \mark \markup … ):

\score {
 {
   \mark \markup \bold \larger \circle "I"
   \relative c'' {
     c2 c4 c b2. b4 a1 c2( d) c a4( b) c2( b) a2 r2 \bar"|."
   }
\addlyrics { Bles -- sed art Thou, O Lord, teach me Thy sta -- tutes. }
 }
}


I've tested this with the newest development version (2.17.20)

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Moving-markup-objects-tp147737p147738.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to