LilyPond
1 program
Added 2025-10-23T10:32:48Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 927d55f8a6 · authored 2025-10-23T12:32:48+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
5 sources · pl_id:
pl/lilypondExtensions claimed by this language
3 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.ly | linguist | primary | 529.4K files |
.ly | pygments | primary | 529.4K files |
.ily | linguist | secondary | 178.1K files |
Related languages
LLM-contributed programs
Simple Melody Notation
Provenance: commit 927d55f8a6 · authored 2025-10-23T12:32:48+02:00 · model x-ai/grok-4-fast · Temp 0.4
\version "2.24.0"
melody = \relative c'' {
\time 3/4
\partial 4
e4 | \numericTimeSignature
d4. e8 f4 | g4. f8 e4 | d4 b'4. a8 | g4. f8 e4 |
d4. e8 f4 | e4. d8 cis4 | d2 r4 \bar "|" \break
e4 | \numericTimeSignature
d4. e8 f4 | g4. f8 e4 | f4. e8 d4 | cis2. \bar "||"
}
\score {
\new Staff \with {
instrumentName = "Clarinet"
}
\melody
\layout { }
\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.)