2014-03-07 17:15 GMT+01:00 Kevin Tough <[email protected]>:

I would appreciate help in finding out if Lilypond can produce Strumming
> Patterns for my use.
>

Here you go :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"

StrUp = \rightHandFinger \markup\musicglyph #"scripts.upbow" %% You can put
whatever markup you need

StrDown = \rightHandFinger \markup\musicglyph #"scripts.downbow"


\new Staff

\with { \consists "Pitch_squash_engraver" }

\relative c'' {

  \improvisationOn

  \set strokeFingerOrientations = #'(up)

  \repeat unfold 4

  { c4\StrDown c8\StrDown c\StrUp c4\StrDown c8\StrDown c\StrUp }

}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

For more details see :
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-fretted-strings#right_002dhand-fingerings

2014-03-07 17:15 GMT+01:00 Kevin Tough <[email protected]>:


> Using the arrDown variable in my code
>

 ?? please give a code


HTH
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to