Karl Hammar aspodata.se> writes:
>
> > After installing lilypond 2.10.5 freebsd-x86
> > I get this,
> > "/usr/libexec/ld-elf.so.1 :shared object lidm.so.2 not found required by
> > lilypond".
>
> Are you sure it said "lidm" and not "libm"?
>
> > What can I do next to get it working?
>
> I wou
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
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...)
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