%% Generated by lilypond-book.py %% Options: [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 force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefileline 259 \new Staff { \time 5/4 \tweak #'text #tuplet-number::calc-fraction-text \times 5/3 { \tweak #'text #tuplet-number::calc-denominator-text \times 2/3 { c'8[ c'8 c'8] } \times 2/3 { c'8[ c'8 c'8] } \times 2/3 { c'8[ c'8 c'8] } } } % **************************************************************** % end ly snippet % ****************************************************************