lilypond-user
[Top][All Lists]
Advanced

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

Re: string-lines


From: Jonathan Kulp
Subject: Re: string-lines
Date: Wed, 08 Jul 2009 22:45:37 -0500
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Mario Moles wrote:
Ciao!
Come posso fare per avere delle linee per le corde come nel file allegato?
Grazie.


This is something I've wanted for a while but have been too lazy to research. Here's a nearly-adequate solution after 15 minutes of fiddling:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.13"

\relative c {
  \clef "treble_8"
  b16 d g b e
  \textSpannerDown
  \override TextSpanner #'style = #'solid
  \override TextSpanner #'font-shape = #'solid
  \override TextSpanner #'font-size = #'-2
\override TextSpanner #'(bound-details left text) = \markup { \circle \bold "6 " }
  \set stringNumberOrientations = #'(down)
  g16\startTextSpan
  b16 e g e b g\stopTextSpan
  e16 b g d
}

%%%%%%%%%%%%%%%%%%%%%%%%%%

I don't like the look of the circled number very much--it doesn't look as good as the default string number, but maybe you can adjust it to look better.

Best,

Jon
--
Jonathan Kulp
http://www.jonathankulp.com

Attachment: solid-line.png
Description: PNG image


reply via email to

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