Velato
1 program
Added 2026-02-05T20:30:29.820881Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 49413802c1 · authored 2026-02-05T21:31:18+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/velatoRelated languages
LLM-contributed programs
Hi
Provenance: commit 49413802c1 · authored 2026-02-05T21:31:18+01:00 · agent claude-code · model sonnet · WebSearch enabled
\version "2.24.3"
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
c % set root
a g % print
e f % a character
a dis % value of H
g % end of char marker
c % this does nothing the second time but can be used between commands
a g % print
e f % a character
d cis fis % value of i
g % end of char marker
c % an extra c because why not
}
\score {
\new Staff \melody
\midi { }
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)