You need braces <> around the notes:

\version "2.12.2"

\paper{
   indent=0\in
   line-width=6\in
   oddFooterMarkup=##f
   oddHeaderMarkup=##f
   bookTitleMarkup = ##f
   scoreTitleMarkup = ##f
}

\score {
   \new Staff <<
     \new Voice = "melodyOne" {
       \voiceOne
       \relative c' {
         \set fingeringOrientations = #'(left)
         <a'-5>4
       }
     }
     \new Voice = "melodyTwo" {
       \voiceTwo
       \relative c' {
         \set fingeringOrientations = #'(left)
         <e-3>4
       }
     }
   >>
}

> -----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 Kim Shrier
> Sent: Tuesday, 27 January 2009 6:40 PM
> To: lilypond-user@gnu.org
> Subject: Problem setting fingering direction, again
> 
> Sorry for the incomplete post I just sent.  To recap:
> 
> I am having some difficulty getting fingering numbers to show up to the
> left of the notes that they belong to if I have 2 voices on a staff.  I
> figured out how to do it if I have only one voice on a
> staff:
> 
> \version "2.12.1"
> 
> \paper{
>   indent=0\in
>   line-width=6\in
>   oddFooterMarkup=##f
>   oddHeaderMarkup=##f
>   bookTitleMarkup = ##f
>   scoreTitleMarkup = ##f
> }
> 
> \score {
>   \new Staff <<
>     \new Voice = "melody" {
>       \relative c' {
>         \set fingeringOrientations = #'(left)
>         <e-3 a-5>4
>       }
>     }
>   >>
> }
> 
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.176 / Virus Database: 270.10.14/1917 - Release Date:
> 26/01/2009 6:37 PM



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to