Reinhold Kainhofer wrote:
     \set Score.beatGrouping = #'(1 1 1 1 1 1)
This is way easier than using several lines like: #(override-auto-beam-setting '(end * * 6 8) 1 8) or similar.

Also if you need to switch the tuplet numbers on and off a lot, you could make a shorthand for it, like

numberOff = \override TupletNumber #'stencil = ##f

numberOn = \revert TupletNumber #'stencil


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

Reply via email to