2 %#(ly:set-option 'point-and-click #f)
4 #(ly:set-option 'ancient-alteration (eqv? #t (ly:get-option 'urtext)))
5 #(ly:set-option 'ancient-style (eqv? #t (ly:get-option 'urtext)))
6 #(ly:set-option 'non-incipit (eqv? #t (ly:get-option 'urtext)))
8 \include "../../common/clef-key.ily"
9 \include "../../common/alterations.ily"
10 \include "../../common/baroque.ily"
11 \include "../../common/markup.ily"
12 \include "../../common/precipitations.ily"
15 title = "Lamento della Ninfa"
16 composer = "Claudio Monteverdi"
17 copyrightYear = "2012"
18 copyright = \markup\column {
20 \fill-line { \copyright }
21 \fill-line { "Licensed under the Creative Commons Attribution 3.0 License" }
25 quoteLayout = \layout {
30 \remove "Time_signature_engraver"
31 \override Rest #'style = #'neomensural
32 \override NoteHead #'style = #'petrucci
37 #(define-music-function (parser location music) (ly:music?)
38 (if (eqv? #t (ly:get-option 'urtext))
40 (make-music 'Music 'void #t)))
43 #(define-music-function (parser location music) (ly:music?)
44 (if (eqv? #t (ly:get-option 'urtext))
45 (make-music 'Music 'void #t)
49 \once\override NoteHead #'stencil =
51 (grob-interpret-markup
53 (markup #:musicglyph "noteheads.sM3ligmensural")))
57 \once\override NoteHead #'stencil =
59 (grob-interpret-markup
61 (markup #:musicglyph "noteheads.uM2mensural")))
64 sharpMensural = \markup\musicglyph #"accidentals.mensural1"
67 #(define-music-function (parser location direction mark) (number? markup?)
69 \once \override Score . RehearsalMark #'break-visibility = #end-of-line-invisible
70 \once \override Score . RehearsalMark #'direction = $direction
71 \once \override Score . RehearsalMark #'self-alignment-X = #LEFT
72 \once \override Score . RehearsalMark #'font-size = #1
79 \override FootnoteItem #'annotation-line = ##f
83 \override LyricText #'font-size = #0
88 last-bottom-spacing = #'((basic-distance . 1)
90 (minimum-distance . 0)
94 \include "NonHavea.ily"
96 \include "SiTraSdegnosiPianti.ily"