5 c'' \cesure c'' \cesureCenter c'' \cesureDown c'' \cesureInstr
10 c'\arcTrill c'''\arcTrill
13 c'\dotPrall c'''\dotPrall
14 c'\dotDoublePrallDoublePrall c'''\dotDoublePrallDoublePrall
15 c'\doublePrall c''\doublePrall
25 c''2 c''8.*2 c''16*2 c''2
28 #(ly
:set-option
'ancient-style
#t
)
30 \new Staff
{ \clef "bass" \key g \minor d1 c }
31 \new FiguredBass
\figuremode {
32 \naturalFig <_-
>2 \naturalFig <5 _-
>
33 \naturalFig <_+
> \naturalFig <6 _+
>
36 #(ly
:set-option
'ancient-style
#f)
38 \new Staff
{ \clef "bass" \key g \minor d1 c }
39 \new FiguredBass
\figuremode {
40 \naturalFig <_-
>2 \naturalFig <5 _-
>
41 \naturalFig <_+
> \naturalFig <6 _+
>
46 testPattern
= { c'1 c'\breve aes
'1 ais'\breve.*2/3 \break }
50 \override NoteHead
#'style
= #'baroque
51 \testPattern \blackNotation\testPattern
52 \override NoteHead
#'style
= #'petrucci
53 \testPattern \blackNotation\testPattern
56 indent
= 0 ragged-right
= ##t
57 \context { \Staff \remove "Time_signature_engraver" }