lilypond-user
[Top][All Lists]
Advanced

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

Tuplet brackets on subdivided beams


From: Nick Payne
Subject: Tuplet brackets on subdivided beams
Date: Tue, 26 Feb 2013 08:02:11 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

I'm trying to reproduce the layout in the attached png, which occurs in quite a number of bars in the piece, but there doesn't seem to be an automated way in Lilypond of suppressing the tuplet brackets on the subdivided beams without also suppressing them on the non-beamed tuplets. Is that the case? At the moment I'm manually changing the tuplet bracket visibility each time this happens, as in the example below.

\version "2.17.13"

tboff = \override TupletBracket.stencil = ##f
tbon = \revert TupletBracket.stencil

\relative c'' {
  \time 2/4
  \key f \major
  \tupletSpan 8
  \set baseMoment = #(ly:make-moment 1/8)
  \set subdivideBeams = ##t
  <e a, cis,>8\arpeggio \times 2/3 {
    b16\rest b\rest a \tboff <e' a,>16 <e a,> q q <f d> <g e> } |
  <e a, cis,>8\arpeggio \times 2/3 {
    \tbon b16\rest b\rest a \tboff <e' a,>16 <e a,> q q <f d> <g e> } |
}



Attachment: selection.png
Description: PNG image


reply via email to

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