lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Line between fingerings


From: Xavier Scheuer
Subject: Re: Line between fingerings
Date: Wed, 24 Feb 2010 10:38:32 +0100

2010/2/24 Thomas Scharkowski <address@hidden> :

> 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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]