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: i...@kierenmacmillan.info


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

Reply via email to