lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic shorthand for notes?


From: Julian Lam
Subject: Re: Rhythmic shorthand for notes?
Date: Wed, 18 May 2016 20:07:54 -0400

Thanks Kieren, I ended up using Malte's snippet, although I will keep yours handy as well.
Inline image 1



Thanks,

Julian Lam
Co-Founder & Core Maintainer | NodeBB Inc. | https://nodebb.org

NodeBB Inc.
36 King Street East, Suite 400
Toronto, Ontario
M5C 3B2

On Wed, May 18, 2016 at 9:33 AM, Kieren MacMillan <address@hidden> wrote:
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]