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/lilypond
LLM (this repo) · 1PldbLinguistPygmentsHyperpolyglot

Extensions 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.
ExtensionSourceStrengthSWH
.lylinguistprimary529.4K files
.lypygmentsprimary529.4K files
.ilylinguistsecondary178.1K files

Related languages

Lily (0.33)Mond (0.23)Limn (0.14)Arend (0.13)Limbo (0.13)

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
code.ly · license: GPL · added: 2025-10-23T10:32:48Z
\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.)

Contribute — propose a file extension

Tell us where to find evidence about LilyPond (mapped to pl/lilypond). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/LilyPond/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Lily LilyPond music score →