lilypond-user
[Top][All Lists]
Advanced

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

Re: Indicators for guitar Strumming Direction and force


From: Pierre Perol-Schneider
Subject: Re: Indicators for guitar Strumming Direction and force
Date: Fri, 7 Mar 2014 18:36:00 +0100

2014-03-07 17:15 GMT+01:00 Kevin Tough <address@hidden>:

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 <address@hidden>:
 
Using the arrDown variable in my code

 ?? please give a code
 

HTH
Pierre



reply via email to

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