%% Generated by lilypond-book.py %% Options: [linewidth=160\mm,alt=[image of music],printfilename,indent=0\mm,texidoc] #(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) % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) linewidth = 160\mm indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \renameinput "divisiones.ly" % possible rename to ancient- or gregorian- ? \header { texidoc = "@cindex Divisiones Divisiones are ancient variants of breathing signs. Choices are @code{divisioMinima}, @code{divisioMaior}, @code{divisioMaxima} and @code{finalis}, @code{virgula} and @code{caesura}. " } \version "2.6.0" \include "gregorian-init.ly" \score { << \context VaticanaVoice { \override Staff.StaffSymbol #'color = #red \override TextScript #'padding = #3 g a g s^\markup { "divisio minima" } \divisioMinima g a g s^\markup { "divisio maior" } \divisioMaior g a g s^\markup { "divisio maxima" } \divisioMaxima \break g a g s^\markup { "finalis" } \finalis g a g s^\markup { "virgula" } \virgula g a g s^\markup { "caesura" } \caesura g a g } >> } % **************************************************************** % end ly snippet % ****************************************************************