%% Generated by lilypond-book.py %% Options: [fragment,relative=2,alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm } \layout { } \relative c'' { % **************************************************************** % ly snippet contents follows: % **************************************************************** \override TupletBracket #'edge-text = #(cons (markup #:arrow-head X LEFT #f) (markup #:arrow-head X RIGHT #f)) \times 4/5 { c c c \bar "empty" \break c c } % **************************************************************** % end ly snippet % **************************************************************** }