lilypond-user
[Top][All Lists]
Advanced

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

Re: {g,, g'' g g}


From: Klaus Blum
Subject: Re: {g,, g'' g g}
Date: Fri, 12 Jun 2015 06:51:56 -0700 (MST)

Hi Gianmaria, 

you could start like this:

% ----------------------------------------------------------

\version "2.18.2"

pat =
#(define-music-function (parser location note) (ly:pitch?)
   #{
     \transpose c $note 
     % define the pattern here:
     { c,,16 c'' c c }
   #})

{
 \pat g 
 \pat a 
 \pat b 
 \pat c  % etc.
}

% ----------------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/g-g-g-g-tp177750p177766.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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