lilypond-user
[Top][All Lists]
Advanced

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

Re: How to omit tuplet range indicator


From: Kieren MacMillan
Subject: Re: How to omit tuplet range indicator
Date: Fri, 5 Jun 2015 07:20:42 -0400

Hello,

> Under some condition, at both sides of number attached tuplet,
> letter-L-like lines are put to indicate the range of the tuplet,
> How could I omit them?

\omit TupletBracket

;)

You can also add \once, if you want to hide only one bracket (i.e., the one 
which starts on the musical moment immediately following the command):

\version "2.18.2"

\relative c' {
  c8 \tuplet 3/2 { d16 e f }
  c8 \tuplet 3/2 { d16 e f }
}

\relative c' {
  c8 \once \omit TupletBracket \tuplet 3/2 { d16 e f }
  c8 \tuplet 3/2 { d16 e f }
}

\relative c' {
  \omit TupletBracket
  c8 \tuplet 3/2 { d16 e f }
  c8 \tuplet 3/2 { d16 e f }
}

Hope this helps!
Kieren.

________________________________

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




reply via email to

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