# Lilypond Doc Navigation

> Read a named passage from Lilypond's Texinfo manual sources without groping or reading unnecessary context.

- Skill: `lilypond/lilypond-doc-navigation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lilypond/lilypond-doc-navigation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lilypond/lilypond-doc-navigation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lilypond (https://skillmd.com/u/lilypond)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lilypond/lilypond-doc-navigation

---


Translated documents retain the English node names.

[node-extent.py](scripts/node-extent.py) locates a passage (section,
subsection, etc.) in a file (or files) given the name of its anchor node.
Usage: `$SKILL/scripts/node-extent.py <node_name> <file_name>...`
Output: `<file_name>:<start_line>-<end_line>`

