Re: Positionig text markup

2002-10-28 Thread Mats Bengtsson
I always use the padding property, example: \property Voice.TextScript \override #'padding = #3 The problem with 'raise' in text markup is that it only raises the text object relative to some other text object in the same text markup. I'm not sure why it works to add a columns declaration. /Ma

Positionig text markup

2002-10-26 Thread Antonio PALAMA'
By trial and error I found that I can modify the vertical position of text markup using the construct c2.^#'(columns ((raise . 2) (bold "MAESTOSO")))( d4 ees )g, | on the other hand, c2.^#'(((raise . 2) (bold "MAESTOSO")))( d4 ees )g, | does not raise the text. What is the function of the colu