lilypond-user
[Top][All Lists]
Advanced

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

Draw line between fingerings, but how does this go?


From: Pieter Terpstra
Subject: Draw line between fingerings, but how does this go?
Date: Mon, 25 Sep 2017 13:49:51 -0700
User-agent: KNode/4.14.10

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> 
  }
}






reply via email to

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