%% 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 "mensural-note-heads.ly" \header { texidoc ="@cindex Ancient Mensural Note Heads Mensural notes may also have note heads. " } \score { { \relative c'' { \override NoteHead #'style = #'mensural c\maxima*1/8 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 } } \layout{ragged-right=##t} } % **************************************************************** % end ly snippet % ****************************************************************