Re: accordion symb.

2006-11-30 Thread Mats Bengtsson
In situations where you only want to move this vertically, I would recommend to override the padding property instead: \override TextScript #'padding = #3 since then LilyPond will take the new position into account when calculating the spacing between the score lines and similarly. /Mats Thies

Re: accordion symb.

2006-11-30 Thread Marcel van Campenhout
Thies Albrecht gmx.de> writes: > > Hi Marcel! > > I hope that's what you're looking for... > > accBasson = ^\markup \combine > \musicglyph #"accordion.accDiscant" > \raise #0.5 \musicglyph #"accordion.accDot" > > \score { > \relative c'' { >\time

Re: accordion symb.

2006-11-30 Thread Thies Albrecht
Hi Marcel! I hope that's what you're looking for... accBasson = ^\markup \combine \musicglyph #"accordion.accDiscant" \raise #0.5 \musicglyph #"accordion.accDot" \score { \relative c'' { \time 4/4 \key c \major \clef treble c \once \override TextS

Re: accordion symb.

2006-11-29 Thread Marcel van Campenhout
Thies Albrecht gmx.de> writes: > > Hi Marcel! > > You don't write, what lily version you use... but have a look at the definitions to be found here: > http://lsr.dsi.unimi.it/LSR/Item?id=194 > > Using them you should be able to raise them as a whole... (I prefer the extra-offset by the way...)

Re: accordion symb.

2006-11-29 Thread Thies Albrecht
Hi Marcel! You don't write, what lily version you use... but have a look at the definitions to be found here: http://lsr.dsi.unimi.it/LSR/Item?id=194 Using them you should be able to raise them as a whole... (I prefer the extra-offset by the way...) Kind regards, Thies Albrecht -- "Ein Herz f

accordion symb.

2006-11-29 Thread Marcel van Campenhout
I'am trying to place a accordion symbol higher on the staff. When I use a raise command on the first symbol it goes up. fine. Now when I raise the dot it all comes down on the same level as before! I tryed using { } different places for the raise command but no sucses. Can anyone help me out on