lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic shorthand for notes?


From: Kieren MacMillan
Subject: Re: Rhythmic shorthand for notes?
Date: Wed, 18 May 2016 09:33:10 -0400

Hi Julian,

Here’s an option slightly less opaque (but also slightly less general) than the 
LSR snippet to which you were directed:

\version "2.19.37"

threedots =
  \tweak stencil #ly:text-interface::print
  \tweak text \markup { \musicglyph #"scripts.staccato" \hspace #-0.4 
\musicglyph #"scripts.staccato" \hspace #-0.4 \musicglyph #"scripts.staccato" }
  -\staccato

\relative c' {
  \tuplet 3/2 { \repeat tremolo 3 c8-\threedots }
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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