lilypond-user
[Top][All Lists]
Advanced

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

RE: Problem setting fingering direction, again


From: Nick Payne
Subject: RE: Problem setting fingering direction, again
Date: Tue, 27 Jan 2009 19:06:45 +1100

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: address@hidden
> [mailto:address@hidden On
> Behalf Of Kim Shrier
> Sent: Tuesday, 27 January 2009 6:40 PM
> To: address@hidden
> 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





reply via email to

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