ringOrientations = #'(up)
4
}
Trevor
- Original Message - From: "David Stocker"
To: "Tomas Valusek"
Cc: "lilypond-user Mailinglist"
Sent: Thursday, February 12, 2009 5:45 PM
Subject: Re: Problem with fingering
This is a problem for me as well. I pref
ser Mailinglist"
Sent: Thursday, February 12, 2009 5:45 PM
Subject: Re: Problem with fingering
This is a problem for me as well. I prefer my fingerings to the left
of notes and chords in the score (for guitar music) and when notating
chords that contain seconds, I'm forced to ch
ns = #'(up)
4
}
Trevor
- Original Message - From: "David Stocker"
To: "Tomas Valusek"
Cc: "lilypond-user Mailinglist"
Sent: Thursday, February 12, 2009 5:45 PM
Subject: Re: Problem with fingering
This is a problem for me as well. I prefer my fingerin
ent: Friday, 13 February 2009 20:05
> To: David Stocker; Tomas Valusek
> Cc: lilypond-user Mailinglist
> Subject: Re: Problem with fingering
>
> It would be nice if LilyPond were able to resolve every possible
> fingering configuration optimally, but it is a complex problem.
>
Stocker"
To: "Tomas Valusek"
Cc: "lilypond-user Mailinglist"
Sent: Thursday, February 12, 2009 5:45 PM
Subject: Re: Problem with fingering
This is a problem for me as well. I prefer my fingerings to the left of
notes and chords in the score (for guitar music) and when notat
otes of the following chords. Note that left and right
are mutually exclusive – fingering may be placed only on one side or the
other, not both.
--
View this message in context:
http://www.nabble.com/Problem-with-fingering-tp21981119p21987026.html
Sent from the Gnu - Lilypond - User mailin
ick
> -Original Message-
> From: lilypond-user-bounces+nick.payne=internode.on@gnu.org
> [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On
> Behalf Of Tomas Valusek
> Sent: Friday, 13 February 2009 04:46
> To: lilypond-user Mailinglist
> Subject:
This is a problem for me as well. I prefer my fingerings to the left of
notes and chords in the score (for guitar music) and when notating
chords that contain seconds, I'm forced to choose which notes to
indicate fingerings for in order to avoid collisions. Another related
problem: In chords in
Hello,
let's modify slightly a snippet from NR 1.7.1, section Fingering
Instructions:
\relative c' {
\set fingeringOrientations = #'(left)
4
\set fingeringOrientations = #'(down)
4
\set fingeringOrientations = #'(down right up)
4
\set fingeringOrientations = #'(up)
4
}
What we