lilypond-user
[Top][All Lists]
Advanced

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

Re: Draw line between fingerings, but how does this go?


From: Marc Hohl
Subject: Re: Draw line between fingerings, but how does this go?
Date: Tue, 26 Sep 2017 11:42:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hello Pieter,

I used the code in this thread:

http://lilypond.1069038.n5.nabble.com/glissando-in-fingering-notation-td159875.html

This works out of the box for almost all occurrences in my scores.

HTH,

Marc


Am 25.09.2017 um 22:49 schrieb Pieter Terpstra:
Dear readers,
Trying to draw a line between the numbers, copied some code but don't know 
exactly what the commands do.
Trying to raise the line so that it fits nicely between the ones but don't know 
how, have tried the \raise command
here without success.

Anyone?

Thank you so much in advantage!

\score {
   \relative c' { \time 2/4 \key d \minor
   <f' a-1>16<e g\finger\markup\concat {
       \hspace #.2
       \with-dimensions #'(0 . 0) #'(0 . 0)
       \override #'(thickness . 1.5)
       \rotate #-2
       \override #'(on . .8)
       \override #'(off . .4)
       \draw-line #'(-1.5 . 0)
       %\raise #'10
       \hspace #.2 "1" }>8<dis fis-1>16<f a-1>8<e g-1>
   }
}




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





reply via email to

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