]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/script.ini
release: 0.0.65
[lilypond.git] / init / script.ini
index f979ee4fcded5de70eacbc7be913d31dc82a02ae..eb4633b7d1f347f98f5ea257731b14b25547d5f0 100644 (file)
@@ -13,9 +13,32 @@ staccato = \script { "staccato" 1 -1 0 0 }
 tenuto = \script {"tenuto" 0 -1 0 0 }
 upbow = \script { "upbow" 0 0 1 0 }
 downbow = \script { "downbow" 0 0 1 0 }
-% toe = \script { "toe" 0 -1 0 0 }
-% heel = \script { "heel" 0 -1 0 0 }
 lheel = \script { "heel" 0 0 -1  0 }
 rheel = \script { "heel" 0 0 1 0 }
 ltoe = \script { "toe" 0 0 -1 0 }
 rtoe = \script { "toe" 0 0 1 0 }
+lbheel = \script { "bheel" 0 0 -1  0 }
+rbheel = \script { "bheel" 0 0 1 0 }
+lbtoe = \script { "btoe" 0 0 -1 0 }
+rbtoe = \script { "btoe" 0 0 1 0 }
+lfheel = \script { "fheel" 0 0 -1  0 }
+rfheel = \script { "fheel" 0 0 1 0 }
+lftoe = \script { "ftoe" 0 0 -1 0 }
+rftoe = \script { "ftoe" 0 0 1 0 }
+%
+% left toe:      right heel:
+%
+%                    u     -
+%                    -     u
+%  ---|-----|--   --|x----|x--
+%  ---|-----|--   --|-----|---
+%  --x|----x|--   --|-----|---
+%    ^     -                   
+%    -     ^                   
+%  back  front     back  front
+%
+% 
+% heu, me thought for a moment that order in table_xxx.ini was
+% being translated into priority...
+back = \script { "back" 0 -1 -1  0 }
+front = \script { "front" 0 -1 1 0 }