lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving guitar fingering orientations


From: Jonathan Kulp
Subject: Re: Moving guitar fingering orientations
Date: Mon, 13 Oct 2008 08:55:03 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Ok I've changed it to include two examples of single notes with fingering orientation set on them. Snippet copied at the bottom!

Jon

Valentin Villenave wrote:
2008/10/12 Jonathan Kulp <address@hidden>:
Ah.  I see it now.  Yes, this is easily fixed.  How can I alter this
snippet?  Valentin, this is your purview, right?  Is it o.k. if I just make
these small changes and email it to you?

Yes, please do!

Cheers,
Valentin


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

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

\version "2.11.62"

\header {
  lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"

  texidoces = "
Se puede controlar con precisión la colocación de los números de digitación.

"
  doctitlees = "Controlar la colocación de las digitaciones de acordes"

  texidoc = "
The placement of fingering numbers can be controlled precisely.

"
  doctitle = "Controlling the placement of chord fingerings"
} % begin verbatim
\relative c' {
  \set fingeringOrientations = #'(left)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(down)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(down right up)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(up)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(left)
  <c-1>2
  \set fingeringOrientations = #'(down)
  <e-3>2
}



% ****************************************************************
% end ly snippet
% ****************************************************************




reply via email to

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