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> [email protected] <mailto:[email protected]> 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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
Try #(define rh rightHandFinger) instead of %rh = #rightHandFinger Regards _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
