%% Generated by lilypond-book.py %% Options: [indent=0\mm,alt=[image of music],linewidth=1.0\cm,staffsize=26] #(set! toplevel-score-handler ly:parser-print-score) #(set! toplevel-music-handler (lambda (p m) (ly:parser-print-score p (ly:music-scorify m p)))) #(ly:set-option (quote no-point-and-click)) #(define version-seen? #t) #(set-global-staff-size 26) % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm linewidth = 1.0\cm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \include "gregorian-init.ly" \score { \transpose c c' { % Climacus Deminutus \[ \virga b \inclinatum a \inclinatum \deminutum g \] s^\markup {"J"} } \layout { \neumeDemoLayout }} % **************************************************************** % end ly snippet % ****************************************************************