lilypond-user
[Top][All Lists]
Advanced

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

Re: fingeringOrientations = #'( left right ) not possible?


From: Thomas Scharkowski
Subject: Re: fingeringOrientations = #'( left right ) not possible?
Date: Wed, 2 Mar 2016 18:54:11 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

-------- Original-Nachricht --------
Typo, here again:

\version "2.19.36"

\new Staff <<
   \clef "G_8"
   \new Voice {
     \voiceOne
     <a'-4>4 d'\rest <fis'-1> d'\rest
   }
   \new Voice {
     \voiceTwo
     \set fingeringOrientations = #'(down)
     <c-1>4 e\rest d e\rest
   }
   \new Voice {
      \voiceThree
      \set fingeringOrientations = #'(left)
      <c'-3>4 s
      \stemDown
      \set fingeringOrientations = #'(down)
      \once\override Fingering.staff-padding = #'()
      \once\override NoteColumn.force-hshift = #0
      <c'-4 d'-2>
      s
   }

Thank you Pierre,

I was aware of the possibilities to tweak the fingering positions - just wanted to be sure LilyPond doesn't provide more simple solution.
As you wrote: "This is actually pretty common in guitar scores".

Thomas



reply via email to

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