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: Kim Shrier
Subject: Re: Problem setting fingering direction, again
Date: Tue, 27 Jan 2009 01:25:17 -0700

Thanks, that works.  However, I didn't see anything in the
documentation that would have given me a clue that the <>
were required.  Have I missed something obvious?

Kim


On Jan 27, 2009, at 1:06 AM, Nick Payne wrote:

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
      }
    }

}





reply via email to

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