Home
last modified time | relevance | path

Searched refs:grace (Results 1 – 25 of 2906) sorted by relevance

12345678910>>...117

/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/other/
H A Drepeat-start-and-length-with-alternatives.ly49 { \grace c8 \grace d8 }
50 \grace e8
52 { \grace f8 \grace g8 }
58 { \grace c8 \grace d8 }
61 { \grace f8 \grace g8 }
68 { \grace c8 \grace d8 }
71 { \grace f8 \grace g8 }
79 { \grace c8 \grace d8 }
82 { \grace f8 \grace g8 }
90 { \grace c8 \grace d8 }
[all …]
H A Dgrace-start-and-length.ly39 \testStartAndLength \grace r8
43 \testStartAndLength \grace { r8 }
47 \testStartAndLength \grace << r8 >>
51 \testStartAndLength \grace s8
55 \testStartAndLength \grace { s8 }
59 \testStartAndLength \grace << s8 >>
63 \testStartAndLength \grace \skip 8
75 \testStartAndLength \grace <d>8
91 \testStartAndLength \grace c8
95 \testStartAndLength \grace { c8 }
[all …]
H A Drepeat-start-and-length-no-alternatives.ly58 \testStartAndLength \repeat percent 3 { \grace c8 \grace d8 }
63 \testStartAndLength \repeat tremolo 3 { \grace c8 \grace d8 }
68 \testStartAndLength \repeat unfold 3 { \grace c8 \grace d8 }
72 \testStartAndLength \repeat volta 3 { \grace c8 \grace d8 }
77 \repeat volta 3 { \grace c8 \grace d8 }
83 \repeat volta 3 { \grace c8 \grace d8 }
89 \repeat volta 3 { \grace c8 \grace d8 }
94 %% body is a grace note and a main note
114 \repeat volta 3 { \grace c8 d4 }
120 \repeat volta 3 { \grace c8 d4 }
[all …]
/dports/graphics/p5-Chart-Graph/Chart-Graph-3.2/Graph/
H A DXmgrace.pm175 $grace->title_options->title($value);
179 $grace->subtitle_options->title($value);
191 $grace->graph_global_options->type("XY");
242 $grace->world_options->xmin($value->[0]);
243 $grace->world_options->xmax($value->[1]);
256 $grace->world_options->ymin($value->[0]);
257 $grace->world_options->ymax($value->[1]);
314 $grace->output_type($output_type);
319 $grace->output_file($value);
331 $grace->extra_options->extras($value);
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Db00064.vtc33 if (req.http.X-no-grace) {
34 set req.grace = 0s;
38 set req.http.X-grace = obj.grace;
42 set beresp.grace = 1m;
48 if (req.http.X-grace) {
49 set resp.http.X-grace = req.http.X-grace;
50 set resp.http.X-req-grace = req.grace;
65 txreq -hdr "X-no-grace: true"
87 expect resp.http.X-req-grace < 0.
96 txreq -hdr "X-no-grace: true"
[all …]
/dports/math/slgrace/slgrace-0.2.2/doc/help/
H A Dgrace.hlp24 grace.plot, grace.close, grace.save
88 grace_new, grace.oplot, grace.hplot, grace.multi, grace.tick
192 grace.xtick, grace.ytick, grace.plot
227 grace.xlabel, grace.title, grace.ylabel
586 grace.xlabel, grace.ylabel, grace.subtitle, grace.label
610 grace.xlabel, grace.ylabel, grace.title, grace.label
645 grace.kill, grace.close, grace.plot
723 grace.logx, grace.linx, grace.liny
740 grace.liny, grace.logx, grace.logy
757 grace.linx, grace.logx, grace.logy
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dgrace.ly7 @code{\\grace} section. If there are tuplets, the grace notes will not
10 Main note scripts do not end up on the grace note.
18 \grace b8 c4\fermata
19 \grace { c32 cis32 } gis4
20 \grace { cis32 dis32 } e4
21 \grace { c32 d }\tuplet 3/2 { c8[ c c] }
22 \grace { b32 ( c32 } c4)
23 \grace <c d>16 c8[ c8]
24 % \grace c16 c8[ c8]
26 %%\grace { \set Grace.graceAlignPosition = \right c16} c4
[all …]
H A Dgrace-multiple.ly12 %% grace notes starting at the beginning of the score
13 \new Staff { \grace c8 \grace d8 \grace e8 }
14 \new Staff { \grace d8 \appoggiatura e8 f1 }
15 %% grace notes starting in the middle of the score
16 \new Staff { f2 \grace d8 \grace e8 f2 }
17 \new Staff { f2 \grace c8 \x \grace d8 \o \grace e8 }
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dgrace.ly7 @code{\\grace} section. If there are tuplets, the grace notes will not
10 Main note scripts do not end up on the grace note.
18 \grace b8 c4\fermata
19 \grace { c32 cis32 } gis4
20 \grace { cis32 dis32 } e4
21 \grace { c32 d }\tuplet 3/2 { c8[ c c] }
22 \grace { b32 ( c32 } c4)
23 \grace <c d>16 c8[ c8]
24 % \grace c16 c8[ c8]
26 %%\grace { \set Grace.graceAlignPosition = \right c16} c4
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/
H A DWimplicit-fallthrough-8.c5 extern void grace (int);
13 grace (0); in fn1()
26 grace (0); in fn2()
57 grace (1); in fn4()
75 grace (1); in fn5()
79 grace (4); /* { dg-warning "statement may fall through" } */ in fn5()
81 grace (9); in fn5()
94 grace (1); in fn6()
98 grace (8); in fn6()

12345678910>>...117