Re: Getting an override into a markup function

2015-09-25 Thread Thomas Morley
2015-09-25 12:28 GMT+02:00 Malte Meyn : > > > Am 25.09.2015 um 10:58 schrieb Urs Liska: >> >> { >>\override TextScript.self-alignment-X = #LEFT >>c'2 ^\markup \rotate #90 "This is a long markup" c >> } >> > > You could use an event function: > > % > \version

Re: Getting an override into a markup function

2015-09-25 Thread Michael Gerdau
While following this thread I've copied the various solutions into a growing file. Interstingly with all three proposed solution one after another the final resulting PDF is roted by 90 degree as well. Commenting out any of the 4 \markup (or note) lines does not rotate the PDF, but with all it

Re: Getting an override into a markup function

2015-09-25 Thread Thomas Morley
2015-09-26 0:42 GMT+02:00 Simon Albrecht : > On 25.09.2015 23:10, Thomas Morley wrote: >> >> 2015-09-25 12:28 GMT+02:00 Malte Meyn : >>> >>> >>> Am 25.09.2015 um 10:58 schrieb Urs Liska: { \override TextScript.self-alignment-X =

Re: Getting an override into a markup function

2015-09-25 Thread Simon Albrecht
On 25.09.2015 23:10, Thomas Morley wrote: 2015-09-25 12:28 GMT+02:00 Malte Meyn : Am 25.09.2015 um 10:58 schrieb Urs Liska: { \override TextScript.self-alignment-X = #LEFT c'2 ^\markup \rotate #90 "This is a long markup" c } You could use an event function:

Re: Getting an override into a markup function

2015-09-25 Thread Stephen MacNeil
Hi Harm you can still d/l acroread up to 9.5.5 ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/ also Foxit Reader Goes upto 6400% Stephen ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Getting an override into a markup function

2015-09-25 Thread Thomas Morley
2015-09-26 1:00 GMT+02:00 Stephen MacNeil : > Hi Harm > > you can still d/l acroread up to 9.5.5 Last Modified: 10.05.2013 Not a real option... > > ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/ > > also Foxit Reader Goes upto 6400% Installed. Thanks for the

Re: Getting an override into a markup function

2015-09-25 Thread Simon Albrecht
On 26.09.2015 01:05, Michael Gerdau wrote: While following this thread I've copied the various solutions into a growing file. Interstingly with all three proposed solution one after another the final resulting PDF is roted by 90 degree as well. Commenting out any of the 4 \markup (or note)

Getting an override into a markup function

2015-09-25 Thread Urs Liska
When rotating markups they are by default rotated by their center, seemingly resulting in a horizontal shift (by half their width): { c'2 ^\markup \rotate #90 "This is a long markup" c } This can be handled by overriding the self-alignment-X property: { \override TextScript.self-alignment-X

Re: Getting an override into a markup function

2015-09-25 Thread Urs Liska
Am 25.09.2015 um 12:28 schrieb Malte Meyn: > > Am 25.09.2015 um 10:58 schrieb Urs Liska: >> { >>\override TextScript.self-alignment-X = #LEFT >>c'2 ^\markup \rotate #90 "This is a long markup" c >> } >> > > You could use an event function: Thank you, this seems to be what I need. It

Re: Getting an override into a markup function

2015-09-25 Thread Malte Meyn
Am 25.09.2015 um 10:58 schrieb Urs Liska: { \override TextScript.self-alignment-X = #LEFT c'2 ^\markup \rotate #90 "This is a long markup" c } You could use an event function: % \version "2.19.27" verticalText = #(define-event-function (text) (markup?) #{ -\tweak