Les Horaces : suggestion nuances 2-1
[nenuvar.git] / common / test-baroque.ly
blob9a37e64640d466547c3e1f11fbf2868f463c98b2
1 \version "2.15.20"
2 \include "baroque.ily"
5 c'' \cesure c'' \cesureCenter c'' \cesureDown c'' \cesureInstr
9 c'\tr c'''\tr
10 c'\arcTrill c'''\arcTrill
11 c'\arcDot c'''\arcDot
12 c'\dotDot c'''\dotDot
13 c'\dotPrall c'''\dotPrall
14 c'\dotDoublePrallDoublePrall c'''\dotDoublePrallDoublePrall
15 c'\doublePrall c''\doublePrall
19 \slurPrall c'''( b'')
23 \time 3/2
24 \whiteNoteHeadsOn
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 _+>
45 %% Black notation
46 testPattern = { c'1 c'\breve aes'1 ais'\breve.*2/3 \break }
47 \score {
49 \time 6/1
50 \override NoteHead #'style = #'baroque
51 \testPattern \blackNotation\testPattern
52 \override NoteHead #'style = #'petrucci
53 \testPattern \blackNotation\testPattern
55 \layout {
56 indent = 0 ragged-right = ##t
57 \context { \Staff \remove "Time_signature_engraver" }