X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fscript.ly;h=d6c35d9c554b3f6edb4f6da7794d71b1663a7e0c;hb=a989bd4fec8223cb6189204c941c4b069388556e;hp=5a80b52e9ea9b5fc6522599145519bd1386be250;hpb=f3467e6b78be6d8497cf4d0a43ffd01656a33300;p=lilypond.git diff --git a/ly/script.ly b/ly/script.ly index 5a80b52e9e..d6c35d9c55 100644 --- a/ly/script.ly +++ b/ly/script.ly @@ -1,68 +1,6 @@ -% name = \script { -% indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority } -% -thumb = \script { "thumb" 0 0 1 0 0 } -accent = \script { "sforzato" 0 -1 0 0 0 } -marcato = \script { "marcato" 0 -1 0 1 0 } -staccatissimo = \script { "staccatissimo" 0 -1 0 1 0 } -portato= \script { "portato" 0 -1 0 1 0 } -fermata = \script { "fermata" 0 1 0 1 0 } -stopped = \script { "stopped" 0 0 1 0 0 } -staccato = \script { "staccato" 1 -1 0 0 0 } -tenuto = \script {"tenuto" 1 -1 0 0 0 } -upbow = \script { "upbow" 0 0 1 0 0 } -downbow = \script { "downbow" 0 0 1 0 0 } -lheel = \script { "upedalheel" 0 0 -1 0 0 } -rheel = \script { "dpedalheel" 0 0 1 0 0 } -ltoe = \script { "upedaltoe" 0 0 -1 0 0 } -rtoe = \script { "dpedaltoe" 0 0 1 0 0 } -turn = \script { "turn" 0 0 1 0 0 } -open = \script { "open" 0 0 1 0 0 } -flageolet = \script { "flageolet" 0 0 1 0 0 } -reverseturn = \script { "reverseturn" 0 0 1 0 0 } - - -% could we do without this bloat? -% -lbheel = \script { "bheel" 0 0 -1 0 0 } -rbheel = \script { "bheel" 0 0 1 0 0 } -lbtoe = \script { "btoe" 0 0 -1 0 0 } -rbtoe = \script { "btoe" 0 0 1 0 0 } -lfheel = \script { "fheel" 0 0 -1 0 0 } -rfheel = \script { "fheel" 0 0 1 0 0 } -lftoe = \script { "ftoe" 0 0 -1 0 0 } -rftoe = \script { "ftoe" 0 0 1 0 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.ly was -% being translated into priority... -back = \script { "back" 0 -1 -1 0 0 } -front = \script { "front" 0 -1 1 0 0 } - -trill =\script { "trill" 0 0 1 0 - 2000 % be above text. -} - -prall =\script { "prall" 0 0 1 0 0 } -mordent =\script { "mordent" 0 0 1 0 0 } -prallprall =\script { "prallprall" 0 0 1 0 0 } -prallmordent =\script { "prallmordent" 0 0 1 0 0 } -upprall =\script { "upprall" 0 0 1 0 0 } -downprall =\script { "downprall" 0 0 1 0 0 } +#(eval-string (ly-gulp-file "script.scm")) "dash-hat" = "marcato" "dash-plus" = "stopped" @@ -70,3 +8,41 @@ downprall =\script { "downprall" 0 0 1 0 0 } "dash-bar" = "staccatissimo" "dash-larger" = "accent" "dash-dot" = "staccato" + + +thumb = \script "thumb" +accent = \script "accent" +marcato = \script "marcato" +staccatissimo = \script "staccatissimo" + +% portato is indicated +% either by +% * slurred & dotted notes. +%or by +% * slur and dash notes. +% Neither are really supported, but c4-.-- should work. +% portato = \script "portato" + +fermata = \script "fermata" +stopped = \script "stopped" +staccato = \script "staccato" +tenuto = \script "tenuto" +upbow = \script "upbow" +downbow = \script "downbow" +lheel = \script "lheel" +rheel = \script "rheel" +ltoe = \script "ltoe" +rtoe = \script "rtoe" +turn = \script "turn" +open = \script "open" +flageolet = \script "flageolet" +reverseturn = \script "reverseturn" +trill = \script "trill" +prall = \script "prall" +mordent = \script "mordent" +prallprall = \script "prallprall" +prallmordent = \script "prallmordent" +upprall = \script "upprall" +downprall = \script "downprall" +segno = \script "segno" +coda = \script "coda"