On Sat, 10 Mar 2012 09:30:23 +0100
Siska Ádám <sa...@sadam.hu> wrote:
 
> while \glissando is a simple solution, it gives a very narrow line --
> which I didn't find how I could make thicker -- and there's
> absolutely no control over the shape of the line (so one can't make a
> non-linear glissando with it).

> Ádám Siska

You can customize the thickness of the glissando line with
        \override Glissando #'thickness = #(number)
as in example before

I don't know what you mean with non-linear glissando, but you can have
a look here if you need just to change the shape of the line:
http://lilypond.org/doc/v2.14/Documentation/notation/line-styles

or search the LSR for more tweaks:
http://lsr.dsi.unimi.it/LSR/Search?q=glissando&s=0&m=10



%%%%%% CODE %%%%%%%

\version "2.14.2"

{
        f'2 \glissando a'
                
        \once \override Glissando #'thickness = #2
        f'2 \glissando a'
                
        \once \override Glissando #'thickness = #3
        f'2 \glissando a'
                
        \once \override Glissando #'thickness = #8
        f'2 \glissando a'
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to