lilypond-user
[Top][All Lists]
Advanced

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

rhythm fragments in different pitches


From: Dr. med. Kai Lautenschläger
Subject: rhythm fragments in different pitches
Date: Sat, 22 Sep 2012 10:49:56 +0200

Hi Everyone,

Although I am positive, that I read about this in the list, I cannot find it 
anymore. So I kindly ask for a pointer in the right direction.

I am trying to code a piece with voices that use the same rhythmical fragment 
over and over again. I would like to write something like:


\version "2.17.2"

rhythm = { s8.[ s16] }
melody = \relative c { a d g f e b}

\score {
\new staff <<
\relative c { g2 d8 h e4 f  } 
\applyRhythm \rhythm \melody
\relative c { g2 d8 h e4 f  } 
>>
\layout {  }
}

How do I go about it?

Best regards,

Kai



reply via email to

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