2010/2/24 Thomas Scharkowski <[email protected]> :

> Hi list,
>
> sometimes I want a line between two fingering numbers to show the
> direction of a position shift.
> I use \postscript to achieve this:
>
> [...]
>
> Any hints for an easier way?

Hi,

Not really easier and still highly tricky but you could use a solution
based on \hideNotes and \glissando :

 <<
   {
     c''2-1 a''-1
   }
   \new Voice {
     \hideNotes
     a''2\glissando
     c'''
     \unHideNotes
   }
 >>


Cheers,
Xavier

--
Xavier Scheuer <[email protected]>


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to