glaemscribe 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 295c88e0cd53ed83f7eee99fb77c3834c930adea
4
- data.tar.gz: e0f5c699135f34f472b95a1495a94039c5a8bf9b
3
+ metadata.gz: 985f4f100bc9463a29dab81c4e1b45cbf18b12bf
4
+ data.tar.gz: 3872a267fee011558cf9e160577566701bc97dc6
5
5
  SHA512:
6
- metadata.gz: e22a006c3e34da773d03ca1ec3a8052511f741fa19a378b4d2ad2b1ae478f4189a42f8799e015406a2176a484e6b6e3e7ab265e0ed57f83fe9ebc0f29f52fca0
7
- data.tar.gz: ffd553b50ca96a38607ce42c87ec0f3611cc45ccd9c08cd753998937c38cd8288d5caecbb8600d1b2db26f05d7250742a23c02d1b0f8b8c0a507604aee87943e
6
+ metadata.gz: c60979829910f4703e0832c8bad6a7413fe6e7c03f22cb3c46e026822683438ba20920c4c62a0f064328f408f5b4b2cd4e55c254fd1e8c1eec32d2e9fa5bcded
7
+ data.tar.gz: b5c46974b3b1a302e3a00fca8e014fa75ecde3f21ec08a1171374d407ac1ad1f65aa322935a0a9159265f60fb86458574456b835acc92c9a6afff4540cf0f1d8
@@ -28,11 +28,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
28
  \** 0.0.4 : added voiced plosives corner cases treatment and option to chose method **\
29
29
  \** 0.0.5 : fixing h+long vowel medially **\
30
30
  \** 0.0.6 : adding option for alveolarized consonants st (t+t), pt (p+t), ht (c+t) **\
31
+ \** 0.0.7 : Fixing rb/lb, to be treated as r+mb and l+mb**\
31
32
 
32
33
  \language "Quenya"
33
34
  \writing "Tengwar"
34
35
  \mode "Classical"
35
- \version "0.0.6"
36
+ \version "0.0.7"
36
37
  \authors "Talagan (Benjamin Babut)"
37
38
 
38
39
  \charset tengwar_ds true
@@ -254,19 +255,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
254
255
  \** ===================== **\
255
256
  \** 6TH LINE RULES **\
256
257
  \** ===================== **\
257
- {L6_KER} === r * v * y * w
258
+
259
+ {LONE_R_IMG} === ORE \** lonely r is not voiced, so override rule **\
260
+ \if always_use_romen_for_r
261
+ {LONE_R_IMG} === ROMEN \** Override lone r if option is on **\
262
+ \endif
263
+
264
+ {L6_KER} === r * v * y * w
258
265
  {L6_IMG} === ROMEN * VALA * ANNA THINF_DDOT_L * VILYA
259
266
 
260
267
  [{L6_KER}]{V_D_KER_WN} --> [{L6_IMG}]{V_D_IMG__S_WN}
261
-
268
+
262
269
  \** r before long vowels is voiced **\
263
270
  r[{LVOWELS}] --> ROMEN ARA [{TEHTA_XS}]
264
-
265
- \if always_use_romen_for_r
266
- r --> ROMEN
267
- \else
268
- r --> ORE \** lonely r is not voiced, so override rule **\
269
- \endif
271
+ r --> {LONE_R_IMG} \** lonely r is not voiced, so override rule **\
272
+
273
+ \** rb is specified to be treated as r + mb in the LotR Appendix E **\
274
+ rb {V_D_KER_WN} --> {LONE_R_IMG} UMBAR {V_D_IMG_XL_WN}
270
275
 
271
276
  rr{V_D_KER_WN} --> ROMEN DASH_INF_S {V_D_IMG__S_WN}
272
277
  ry{V_D_KER_WN} --> ROMEN THINF_DDOT_L {V_D_IMG__S_WN}
@@ -279,6 +284,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
279
284
  {LINE_L_IMG} === LAMBE * ALDA * LAMBE LAMBE_MARK_TILD
280
285
 
281
286
  [{LINE_L_KER}]{V_D_KER_WN} --> [{LINE_L_IMG}]{V_D_IMG__S_WN}
287
+
288
+ \** lb is specified to be treated as l + mb in the LotR Appendix E **\
289
+ lb {V_D_KER_WN} --> LAMBE UMBAR {V_D_IMG_XL_WN}
290
+
282
291
  ly{V_D_KER_WN} --> LAMBE LAMBE_MARK_DDOT {V_D_IMG__S_WN}
283
292
  hl{V_D_KER_WN} --> HALLA LAMBE {V_D_IMG__S_WN}
284
293
  hr{V_D_KER_WN} --> HALLA ROMEN {V_D_IMG__S_WN}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glaemscribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin 'Talagan' Babut
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-09 00:00:00.000000000 Z
11
+ date: 2016-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander