newfeatures.abc - abc2ps - A powerful sheet setting tool using the simple abc n… | |
git clone git://vernunftzentrum.de/abc2ps.git | |
Log | |
Files | |
Refs | |
--- | |
newfeatures.abc (2953B) | |
--- | |
1 %%textfont Helvetica-Bold 16 | |
2 %%center Examples for new features in abc2ps-1.2.5 | |
3 %%textfont * 12 | |
4 %%center Oct. 5 1997 | |
5 %%textfont Times-Roman 12 | |
6 | |
7 X:1 | |
8 T:Scale with Treble Clef | |
9 M:C | |
10 K:C | |
11 L: 1/4 | |
12 "C,"C,"D,"D,"E,"E,"F,"F, "G,"G,"A,"A,"B,"B,\ | |
13 | "C"C"D"D"E"E"F"F "G"G"A"A"B"B| "c"c "d"d"e"e"f"f "g"g"a"a"b"b"c'"c' | | |
14 | |
15 X:2 | |
16 T:Scale with Bass and Alto Clef | |
17 M:C | |
18 K:C bass | |
19 L: 1/4 | |
20 P:Bass | |
21 "C,"C,"D,"D,"E,"E,"F,"F, "G,"G,"A,"A,"B,"B,\ | |
22 | "C"C"D"D"E"E"F"F "G"G"A"A"B"B| "c"c "d"d"e"e"f"f "g"g"a"a"b"b"c'"c' | | |
23 P:Alto | |
24 K:C alto | |
25 "C,"C,"D,"D,"E,"E,"F,"F, "G,"G,"A,"A,"B,"B,\ | |
26 | "C"C"D"D"E"E"F"F "G"G"A"A"B"B| "c"c "d"d"e"e"f"f "g"g"a"a"b"b"c'"c' | | |
27 | |
28 X:3 | |
29 T:Clef Changes Within Tune | |
30 T:In-Line Info Fields by [..] | |
31 %%begintext align | |
32 Here is an example for a block of text which is associated with a specif… | |
33 tune. It will only be printed if this tune (number 3) is selected. | |
34 The text should be placed after the "T:" field and before the | |
35 block is terminated by a blank line. | |
36 Text which is outside a block is | |
37 always printed; for example, the title at the top of the page. | |
38 %%endtext | |
39 M:C | |
40 L: 1/8 | |
41 K:C | |
42 cdef gabc' [K:bass] | cdef gabc' [K:D treble] | cdef gabc' | | |
43 %%sep | |
44 %%text Note: this line and the separator above are also associated with … | |
45 | |
46 | |
47 X:4 | |
48 T:Vocals | |
49 T:Note also the trill | |
50 C:Music: Trad. | |
51 C:Text: Anonymous | |
52 M:C | |
53 K:C | |
54 L: 1/4 | |
55 e>e ez || edTc2 | ed(c2 | e2 c2- | Hc4) |] | |
56 w: *** 1.~~Three blind mice, three blind mice.__ | |
57 w: *** 2.~~See how~they run, see how~they ru-uuu-un._ | |
58 | |
59 | |
60 X:6 | |
61 T:Invisible Rests Using X | |
62 M:C | |
63 K:C | |
64 L: 1/4 | |
65 "F"z4|"F"z4|"F"z4|"F"z4|"Bb"z4|"Bb"z4|"F"z4|"F"z4|"C"z4|"Bb"z4|"F"z4|"F"… | |
66 "F"x4|"F"x4|"F"x4|"F"x4|"Bb"x4|"Bb"x4|"F"x4|"F"x4|"C"x4|"Bb"x4|"F"x4|"F"… | |
67 | |
68 | |
69 %%leftmargin 3cm | |
70 | |
71 X:5 | |
72 T:Scotland The Brave | |
73 T:Demonstrating the Bagpipe Mode and Output Formatting | |
74 %%titleleft | |
75 %%titlefont Helvetica-Bold 18 | |
76 %%subtitlefont Helvetica-Bold 12 | |
77 %%composerspace 0.4cm | |
78 %%composerfont Helvetica 10 | |
79 %%staffwidth 5.5in | |
80 %%scale 0.75 | |
81 %%staffsep 55 | |
82 C:Trad. | |
83 C:from PS file by Alan S. Watt | |
84 P:March | |
85 L:1/8 | |
86 M:4/4 | |
87 K:HP | |
88 e|{g}A2 {GdGe}A>B {gcd}c{e}A {gcd}ce| {ag}a2{g}a2 {GdG}ae {gcd}c{e}A| | |
89 {Gdc}d2 {g}f>d {gcd}ce {gcd}c{e}A|{GdG}B2{gef}e2{A}e>f {g}e/>d/{g}c/>… | |
90 {g}A2 {GdGe}A>B {gcd}c{e}A {gcd}ce| {ag}a2{g}a2 {GdG}ae {gcd}c{e}A| | |
91 {Gdc}d2 {g}f>d {gcd}ce {gcd}c{e}A|{GdG}B2{g}A>B {G}A2 {gcd}ce|| | |
92 | |
93 | |
94 | |
95 %%vskip 1cm | |
96 %%textfont Times-Roman 12 | |
97 %%begintext | |
98 Summary of changes: | |
99 | |
100 - Bass and alto clefs. | |
101 - Vocals. | |
102 - Double-backslash in music makes staff break. | |
103 - In-line info fields can be coded using [...]. | |
104 - Subtitles now printed without "or:". | |
105 - Can be more than one composer field. | |
106 - Predefined formats: standard, pretty, pretty2 (flag -p, -P). | |
107 - Format page layout by .fmt file selected with flag -F. | |
108 - Format page layout by %%-pseudocomments in abc file. | |
109 - Other pseudocomments: %%sep, %%vskip, %%newpage. | |
110 - Text output using %%text, %%center, and %%begintext .. %%endtext. | |
111 - "X" functions like a rest but is invisible on the page. | |
112 - Bagpipe mode for K:HP. | |
113 | |
114 | |
115 %%endtext | |
116 | |
117 | |
118 | |
119 | |
120 | |
121 |