lilypond-user
[Top][All Lists]
Advanced

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

Re: Right Hand Fingering Colision


From: bb
Subject: Re: Right Hand Fingering Colision
Date: Sat, 03 Aug 2013 10:55:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Am 03.08.2013 02:30, schrieb Kale Good:
Hello,
I'm working with right hand fingerings and finding some pretty nasty
collisions. Any way to mend this?

Thanks,
Kale

\version "2.16.2"

rh = #rightHandFinger

basslineOne = { \set strokeFingerOrientations = #'(down) {  c,4\rh #1 e
g c, | b d g b,} }


melody =

\relative c''
     {

     <<
         \scaleDurations #'(2 . 3)  { \set strokeFingerOrientations =
#'(up)  {c,8 c'\rh #2 e\rh #3 } }
     \\
         { c,4\rh #1 }
     >>



     }



\score
     {
     \melody
     \layout
         {
         }
     }

\paper {
}



--
Kale Good: Guitar Instructor
phillyguitarlessons.com <http://phillyguitarlessons.com>
address@hidden <mailto:address@hidden>
phone: (215)260-5383

  * 4705 Baltimore Ave, Phila, PA 19143 -mailing & lessons
  * 1867 Frankford Ave. Phila, PA 19125 -lessons

Google+ <https://plus.google.com/b/105422331794047992190/>
Facebook <http://facebook.com/KaleGoodGuitarStudio>
Read my article "The Seven Secrets to Six String Success
<http://www.guitarnoise.com/lesson/seven-secrets-to-six-string-success/>" at
GuitarNoise.com <http://guitarnoise.com>
Leading the Journey from No-Skills-Guitarist to Talented Musician!



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


Try
#(define rh rightHandFinger)
instead of
%rh = #rightHandFinger

Regards




reply via email to

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