RE: Writing above a bar

2009-01-03 Thread Nick Payne
Thanks for pointing that out. I hadn't realized it was there in the viewer. Nick > -Original Message- > From: Bertalan Fodor [mailto:lilypondt...@organum.hu] > Sent: Sunday, 4 January 2009 00:34 > To: Nick Payne; al...@alfarrabio.di.uminho.pt > Cc: 'lilypond'

Re: Writing above a bar

2009-01-03 Thread Bertalan Fodor
> \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 > You don't have to play any, if you use lilypondtool ruler which allows visual setting of the exact position.

Re: Writing above a bar

2009-01-03 Thread Alberto Simões
Hello, all THanks for the answers. \mark{End}\bar"||" did the trick ;) Cheers Alberto Nick Payne wrote: > 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 .

RE: Writing above a bar

2009-01-02 Thread Nick Payne
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

Re: Writing above a bar

2009-01-02 Thread James E. Bailey
You may also want to look at the section in text on writing text, if the text needs to be at the end of a line, or at the end of the piece. Am 02.01.2009 um 23:34 schrieb Ole Schmidt: maybe like this? ole %% \version "2.12.0" \new Staff { \time 4/4 \

Re: Writing above a bar

2009-01-02 Thread Ole Schmidt
maybe like this? ole %% \version "2.12.0" \new Staff { \time 4/4 \key c \major \clef treble \relative c' { c4 d e f \mark\markup { End } \bar "||" s16 } } % Am 02.01.2009 um 22:09 schrieb A