__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
# LilyPond v2.16.0
# Federico Bruni

string delim "\"" "\"" multiline

comment delim "%{" "%}" multiline nested
comment start "%"

# Scheme
environment scheme delim '#\'?\(' ")" multiline nested begin
  string delim "\"" "\"" multiline
  comment start ";"
  environment scheme delim "(" ")" multiline nested begin
    string delim "\"" "\"" multiline
    comment start ";"
  end
end

vardef SCHEME_VALUE = '##(t|f)', '#{1,2}\'?[[:alnum:]\.:+-]+'
scheme_value = $SCHEME_VALUE


# Symbols
vardef CBRACKET = "{|}|<<|>>"
cbracket = $CBRACKET

symbol = "(|)|~|^|_"
dynamic = '\\(<|>|!|f{1,5}|p{1,5}|m(f|p)|fp|(r|s)fz|s(f|p){1,2})(?!\w)'

# Numbers
specialchar = '(?<!#)-[1-5]\b', '\\[0-9]\b' # strings and fingerings
note_duration = '(?<=[a-zR\',!?>\*])(1|2|4|8|16|32|64|128)(\.+|\b)'
value = '[[:digit:]/]+'

# Markup commands (any \command inside \markup{})
environment markup delim '\\markup\s*\{' "}" multiline nested begin
  # definitions I want to preserve in this environment
  cbracket = $CBRACKET
  string delim "\"" "\"" multiline
  comment delim "%{" "%}" multiline nested
  comment start "%"
  scheme_value = $SCHEME_VALUE
  environment scheme delim '#\'?\(' ")" multiline nested begin
    string delim "\"" "\"" multiline
    comment start ";"
    environment scheme delim "(" ")" multiline nested begin
      string delim "\"" "\"" multiline
      comment start ";"
    end
  end
  # actual definition
  markup_command = '\\[[:alpha:]-]+'

  # needed for nested blocks inside \markup{}
  environment markup delim "{" "}" multiline nested begin
    cbracket = $CBRACKET
    string delim "\"" "\"" multiline
    comment delim "%{" "%}" multiline nested
    comment start "%"
    scheme_value = $SCHEME_VALUE
    environment scheme delim '#\'?\(' ")" multiline nested begin
      string delim "\"" "\"" multiline
      comment start ";"
      environment scheme delim "(" ")" multiline nested begin
        string delim "\"" "\"" multiline
        comment start ";"
      end
    end
    markup_command = '\\[[:alpha:]-]+'
  end
end

lyric_command = '\\(lyricmode|lyrics(to)?)'

# Main commands
preproc = '\\(book(part)?|context|consists|header|include|language|layout',
    'midi|once|override(Property)?|paper|remove(WithTag)?',
    'revert|score|(un)?set|version|with)\b'

# Variables of music functions
variable = '(alto|baritone|bass|french|mezzosoprano|percussion',
    'soprano|subbass|tenor|treble|varbaritone',
    'percent|tremolo|unfold|volta',
    '\\(aeolian|dorian|ionian|lydian|locrian|minor|major|mixolydian|phrygian))\b'

header_variable = 'arranger', 'breakbefore', 'composer', 'copyright', 'date',
    'dedication', 'enteredby', 'filename', 'footer', 'instrument\b', 'lastupdated',
    'maintainer(Email|Web)?', 'meter', 'moreInfo',
    'mutopia(composer|instrument|opus|poet|title)?',
    'opus', 'poet', 'piece', 'source(url)?', 'style', '(sub){0,2}title',
    'tagline', 'texidoc'

# Contexts
# old regexp: '([A-Z][a-z]+){2,}' <-- too greedy, a list is better
context = '\\?(ChoirStaff|ChordNames|CueVoice|Devnull|Drum(Staff|Voice)',
    'Dynamics|FiguredBass|FretBoards|Global|GrandStaff',
    'GregorianTranscription(Staff|Voice)|Lyrics|Mensural(Staff|Voice)',
    'NoteNames|PianoStaff|RhythmicStaff|Score|Staff(Group)?',
    'Tab(Staff|Voice)|Vaticana(Staff|Voice)|Voice)\b'

# Layout objects
layout_object = 'Accidental(Cautionary|Placement|Suggestion)?',
    'Ambitus(Accidental|Line|NoteHead)?', 'Arpeggio', 'BalloonTextItem',
    'Bar(Line|Number)?', 'BassFigure(Alignment(Positioning)?|Bracket|Continuation|Line)?',
    'Beam', 'BendAfter', 'Break(AlignGroup|Alignment)?', 'BreathingSign',
    'ChordName', 'Clef', 'Cluster(Spanner(Beacon)?)', 'CombineTextScript',
    'Cue(Clef|EndClef)?', 'Custos', 'Dot(Column|s)?',
    'Double(PercentRepeat(Counter)?|RepeatSlash)?',
    'Dynamic(LineSpanner|Text|TextSpanner)?\b', 'Episema', 'Fingering', 'Flag',
    'Footnote(Item|Spanner)', 'FretBoard', 'Glissando', 'GraceSpacing',
    'Grid(Line|Point)', 'Hairpin', 'HorizontalBracket',
    'Instrument(Name|Switch)', 'Key(Cancellation|Signature)',
    'Laissez(VibrerTie(Column)?)', 'LedgerLineSpanner',
    'LeftEdge', 'LigatureBracket',
    'Lyric(Extender|Hyphen|Space|Text)', 'MeasureGrouping',
    'MelodyItem', 'MensuralLigature', 'MetronomeMark',
    'MultiMeasureRest(Number|Text)?', 'NonMusicalPaperColumn',
    'Note(Collision|Column|Head|Name|Spacing)', 'OctavateEight',
    'OttavaBracket', 'PaperColumn', 'ParenthesesItem',
    'Percent(Repeat(Counter)?)', 'PhrasingSlur', 'PianoPedalBracket',
    'RehearsalMark', 'Repeat(Slash|Tie(Column)?)', 'Rest(Collision)?',
    'Script(Column|Row)?', 'Slur', 'Sostenuto(Pedal(LineSpanner)?)',
    'SpacingSpanner', 'SpanBar', 'Staff(Grouper|Spacing|Symbol)',
    'StanzaNumber', 'Stem(Tremolo)?', 'StringNumber', 'StrokeFinger',
    'SustainPedal(LineSpanner)?',
    'System(StartBar|StartBrace|StartBracket|StartSquare)?',
    'TabNoteHead', 'Text(Script|Spanner)', 'Tie(Column)?', 'TimeSignature',
    'TrillPitch(Accidental|Group|Head)', 'TrillSpanner',
    'Tuplet(Bracket|Number)', 'UnaCordaPedal(LineSpanner)?',
    'VaticanaLigature', 'Vertical(Alignment|AxisGroup)', 'VoiceFollower',
    'VoltaBracket(Spanner)?'

# Context properties
context_property = '\b[a-z]+([A-Z]+[a-z]+)+',
                   'ottavation|output|stanza|timing|tonic'

# Layout properties
layout_property = '\b[a-z]+(-[a-z]+)+', 'indent'

# All the other commands (including variables defined by users).
# It must be at the end, otherwise the other \command definitions are overwritten.
function = '\\[[:alpha:]-]+'


Filemanager

Name Type Size Permission Actions
Hello.css File 284 B 0644
Hello2.css File 273 B 0644
ada.lang File 1010 B 0644
applescript.lang File 1.55 KB 0644
asm.lang File 2.52 KB 0644
awk.lang File 302 B 0644
bat.lang File 1.37 KB 0644
bib.lang File 142 B 0644
bison.lang File 75 B 0644
c.lang File 1010 B 0644
c_comment.lang File 521 B 0644
c_preprocessor.lang File 248 B 0644
c_string.lang File 175 B 0644
caml.lang File 680 B 0644
changelog.lang File 268 B 0644
clike_vardeclaration.lang File 157 B 0644
clipper.lang File 1.09 KB 0644
cobol.lang File 3.12 KB 0644
coffeescript.lang File 1.01 KB 0644
conf.lang File 308 B 0644
cpp.lang File 1.22 KB 0644
cpp2html.css File 467 B 0644
csharp.lang File 872 B 0644
css.lang File 322 B 0644
css_common.outlang File 328 B 0644
d.lang File 1.52 KB 0644
default.css File 1.45 KB 0644
default.lang File 315 B 0644
default.style File 1.73 KB 0644
desktop.lang File 236 B 0644
diff.lang File 805 B 0644
docbook.outlang File 734 B 0644
erlang.lang File 4.07 KB 0644
errors.lang File 412 B 0644
esc.outlang File 949 B 0644
esc.style File 660 B 0644
esc256.outlang File 1.14 KB 0644
esc256.style File 679 B 0644
extreme_comment.lang File 138 B 0644
extreme_comment2.lang File 158 B 0644
extreme_comment3.lang File 345 B 0644
feature.lang File 597 B 0644
fixed-fortran.lang File 81 B 0644
flex.lang File 890 B 0644
fortran.lang File 1.77 KB 0644
function.lang File 85 B 0644
glsl.lang File 3.79 KB 0644
go.lang File 1 KB 0644
groff_man.outlang File 506 B 0644
groff_mm.outlang File 571 B 0644
groff_mm_color.outlang File 936 B 0644
groovy.lang File 758 B 0644
haskell.lang File 1.39 KB 0644
haskell_literate.lang File 208 B 0644
haxe.lang File 441 B 0644
html.lang File 460 B 0644
html.outlang File 448 B 0644
html5.outlang File 413 B 0644
html5_common.outlang File 590 B 0644
html_common.outlang File 584 B 0644
html_notfixed.outlang File 328 B 0644
html_ref.outlang File 288 B 0644
html_simple.lang File 1.43 KB 0644
htmlcss.outlang File 536 B 0644
htmltable.outlang File 293 B 0644
htmltablelinenum.outlang File 761 B 0644
ipxe.lang File 1.29 KB 0644
islisp.lang File 477 B 0644
java.lang File 714 B 0644
javadoc.outlang File 358 B 0644
javalog.lang File 585 B 0644
javalog.style File 1022 B 0644
javascript.lang File 1.01 KB 0644
json.lang File 578 B 0644
json.style File 151 B 0644
key_string.lang File 579 B 0644
lang.map File 3.05 KB 0644
langdef.lang File 485 B 0644
latex.lang File 1.18 KB 0644
latex.outlang File 1.04 KB 0644
latexcolor.outlang File 727 B 0644
ldap.lang File 163 B 0644
lilypond.lang File 5.45 KB 0644
lilypond.style File 408 B 0644
lisp.lang File 807 B 0644
log.lang File 1.66 KB 0644
logtalk.lang File 3.21 KB 0644
lsm.lang File 120 B 0644
lua.lang File 789 B 0644
m4.lang File 827 B 0644
makefile.lang File 1.16 KB 0644
manifest.lang File 250 B 0644
mediawiki.outlang File 720 B 0644
mono-alt.css File 315 B 0644
mono.css File 299 B 0644
nohilite.lang File 130 B 0644
number.lang File 124 B 0644
odf.outlang File 5.78 KB 0644
opa.lang File 1.81 KB 0644
outlang.lang File 499 B 0644
outlang.map File 522 B 0644
oz.lang File 726 B 0644
pascal.lang File 619 B 0644
pc.lang File 173 B 0644
perl.lang File 4.46 KB 0644
php.lang File 977 B 0644
po.lang File 69 B 0644
postscript.lang File 4.15 KB 0644
prolog.lang File 1.43 KB 0644
properties.lang File 150 B 0644
proto.lang File 656 B 0644
python.lang File 743 B 0644
r.lang File 768 B 0644
r.style File 194 B 0644
ruby.lang File 973 B 0644
rust.lang File 844 B 0644
s.lang File 72 B 0644
scala.lang File 815 B 0644
scheme.lang File 1.31 KB 0644
script_comment.lang File 96 B 0644
sexp.outlang File 72 B 0644
sh.lang File 1.32 KB 0644
sh_acid.css File 858 B 0644
sh_berries-dark.css File 868 B 0644
sh_berries-light.css File 868 B 0644
sh_bipolar.css File 866 B 0644
sh_blacknblue.css File 868 B 0644
sh_bright.css File 870 B 0644
sh_contrast.css File 862 B 0644
sh_darkblue.css File 866 B 0644
sh_darkness.css File 868 B 0644
sh_desert.css File 868 B 0644
sh_dull.css File 870 B 0644
sh_easter.css File 868 B 0644
sh_emacs.css File 716 B 0644
sh_golden.css File 868 B 0644
sh_greenlcd.css File 870 B 0644
sh_ide-anjuta.css File 716 B 0644
sh_ide-codewarrior.css File 718 B 0644
sh_ide-devcpp.css File 716 B 0644
sh_ide-eclipse.css File 714 B 0644
sh_ide-kdev.css File 716 B 0644
sh_ide-msvcpp.css File 716 B 0644
sh_kwrite.css File 716 B 0644
sh_matlab.css File 564 B 0644
sh_navy.css File 870 B 0644
sh_nedit.css File 864 B 0644
sh_neon.css File 864 B 0644
sh_night.css File 862 B 0644
sh_pablo.css File 868 B 0644
sh_peachpuff.css File 714 B 0644
sh_print.css File 784 B 0644
sh_rand01.css File 866 B 0644
sh_the.css File 718 B 0644
sh_typical.css File 868 B 0644
sh_vampire.css File 868 B 0644
sh_vim-dark.css File 718 B 0644
sh_vim.css File 795 B 0644
sh_whatis.css File 868 B 0644
sh_whitengrey.css File 716 B 0644
sh_zellner.css File 716 B 0644
slang.lang File 682 B 0644
sml.lang File 374 B 0644
source-highlight-esc.sh File 1017 B 0755
spec.lang File 182 B 0644
sql.lang File 1.37 KB 0644
src-hilite-lesspipe.sh File 490 B 0755
style.defaults File 425 B 0644
style.lang File 407 B 0644
style2.style File 164 B 0644
style3.style File 163 B 0644
symbols.lang File 111 B 0644
tcl.lang File 1003 B 0644
texinfo.lang File 696 B 0644
texinfo.outlang File 593 B 0644
texinfo.style File 237 B 0644
tml.lang File 1017 B 0644
tml_formatting.lang File 517 B 0644
tml_formatting_all.lang File 131 B 0644
tml_glue.lang File 65 B 0644
tml_macrolinks.lang File 468 B 0644
tml_macros.lang File 903 B 0644
tml_macros1.lang File 474 B 0644
tml_macros2.lang File 374 B 0644
tml_macrosdelayed1.lang File 539 B 0644
tml_macrosdelayed2.lang File 539 B 0644
tml_macrosdelayed3.lang File 393 B 0644
tml_macrotokens.lang File 160 B 0644
todo.lang File 52 B 0644
upc.lang File 299 B 0644
url.lang File 161 B 0644
vala.lang File 861 B 0644
vbscript.lang File 566 B 0644
vim.lang File 29.78 KB 0644
xhtml.css File 397 B 0644
xhtml.outlang File 600 B 0644
xhtml_common.outlang File 327 B 0644
xhtml_notfixed.outlang File 369 B 0644
xhtmlcss.outlang File 526 B 0644
xhtmltable.outlang File 295 B 0644
xml.lang File 406 B 0644
xorg.lang File 478 B 0644
zsh.lang File 1.89 KB 0644
Filemanager