> \
> Message: 2
> Date: Wed, 9 Mar 2016 01:20:47 +0100
> From: Gianmaria Lari <gianmarial...@gmail.com>
> To: Thomas Morley <thomasmorle...@gmail.com>
> Cc: lilypond-user <lilypond-user@gnu.org>
> Subject: Re: music patterns and octave
> 
> Do you know if does exist something to set
> the absolute "octave"?
> g.

%%% How about:

pattern =
   {
      c16 d e f g a b c
   }

{
   \relative c' {
       \pattern d4 d
       \resetRelativeOctave c'
       \pattern c4 e
       \resetRelativeOctave c'
       \pattern e4 c
   }
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to