lilypond-user
[Top][All Lists]
Advanced

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

Re: writing a tuplet with \note in \markup


From: Ryan Michael
Subject: Re: writing a tuplet with \note in \markup
Date: Tue, 26 Apr 2016 13:11:38 -0700

Thank you! for reference here is the solution : 


%%%%%%%
c4^\markup\teeny{
   \ezscore ##{ { c16 } #}
    "="
    \ezscore ##{
    {
      \tuplet 3/2{c8 \xNote c \xNote c} 
    }
    #} 

}
%%%%%%

On Tue, Apr 26, 2016 at 12:22 PM, Thomas Morley <address@hidden> wrote:
2016-04-26 20:50 GMT+02:00 Ryan Michael <address@hidden>:
> I have the following :
>
> \markup {
>   \teeny\note #"16" #UP \teeny"=" \teeny \note #"8" #UP
> }
>
> but I would like the sixteenth note that I draw with \note to be equivalent
> to an eighth note within a tuplet ,not just a vanilla eighth note. How would
> that be notated with \note?
>
> Thanks!
> Ryan.


Does
http://lsr.di.unimi.it/LSR/Item?id=1029
help?

Cheers,
  Harm



--
ॐ नमः शिवाय

reply via email to

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