Re: coda placement problem

2005-12-12 Thread Mats Bengtsson
Kenneth Teh wrote: I'm having trouble placing the coda symbol. The closest I've come to what I want is reproduced below. g2 c,2 | \mark \markup { \small \musicglyph #"scripts.coda" } % mark jump point r8 g'8 af8[ g8] ef4 d4 | c1~ | c1 \once \override

Re: coda placement problem

2005-12-12 Thread Brett Duncan
Kenneth Teh wrote: I'm having trouble placing the coda symbol. ... The problem is that the \raise does not produce an effect. Text markup commands like \raise and \translate shift objects in relation to their surrounding markups. So r8^\markup { \raise #3.0 {... doesn't work because you h

Re: coda placement problem

2005-12-11 Thread D Josiah Boothby
have you tried overriding with #'padding instead of #'extra-offset? josiah On Sun, 11 Dec 2005, Kenneth Teh wrote: I'm having trouble placing the coda symbol. The closest I've come to what I want is reproduced below. g2 c,2 | \mark \markup { \small \musicglyph #"scripts.coda" } % ma

coda placement problem

2005-12-11 Thread Kenneth Teh
I'm having trouble placing the coda symbol. The closest I've come to what I want is reproduced below. g2 c,2 | \mark \markup { \small \musicglyph #"scripts.coda" } % mark jump point r8 g'8 af8[ g8] ef4 d4 | c1~ | c1 \once \override Score.RehearsalMark