On 13/08/13 11:51, Mark Stephen Mrotek wrote:
Hello:

What global command shall print the tuplets in four groups of three
rather than two groups of six?


The \tupletSpan 8 is not actually needed if you have turned off tuplet brackets and numbers.

\relative c'' {
  \key ges \major
  \time 2/4
  \override TupletBracket #'bracket-visibility = ##f
  \override TupletNumber #'stencil = ##f
  \set beamExceptions = #'((end . (((1 . 24) . (3 3 3 3)))))
  \tupletSpan 8

  \times 2/3 {
    ges'16 bes des, ges ees ges
    des ges bes, des' ges,  bes
  }
}


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

Reply via email to