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 TextScript.self-alignment-X #LEFT
-\markup \rotate #90 #text
#})
{
c'2^\verticalText \markup \italic "This is a long markup" c
c'2\verticalText "This is a long text" c
}
%%%%%
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user