This is what I do at the start of a piece to move a string tuning indication
down and left to underneath the clef symbol:

        \once \override TextScript #'extra-offset = #'( -7.5 . 2.5 )
        a8_\markup {\circle {6}=D} e'4 e e8

You could do the same in reverse. eg:

        \once \override TextScript #'extra-offset = #'( 7.5 . 0 )
        a8 e'4 e e8^\markup {End} |

And play around with the offset values to get the correct position.

Nick

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On
> Behalf Of Alberto Simões
> Sent: Saturday, 3 January 2009 08:10
> To: lilypond
> Subject: Writing above a bar
> 
> Hello
> 
> Is there any way to write above a \bar "||" ?
> 
> In this case the composer wrote a simple "End" that is ignorable.
> But if it is possible (and easy) to do, I'ld like to add it.



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

Reply via email to