%% Generated by lilypond-book.py %% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "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}. " } \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 % ****************************************************************