Linux command
abc2ly 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert an ABC file
abc2ly [input.abc]
Specify an output file
abc2ly -o [output.ly] [input.abc]
Preserve ABC beaming
abc2ly -b [input.abc]
Convert quietly
abc2ly -q -o [output.ly] [input.abc]
说明
abc2ly is a converter script bundled with LilyPond that transforms ABC music notation files into LilyPond input format. ABC notation is a simple text-based music notation system popular for folk and traditional music, while LilyPond is a powerful music engraving program that produces high-quality sheet music. The tool reads ABC files conforming to the ABC standard and outputs equivalent LilyPond markup that can then be processed by LilyPond to generate publication-quality PDF or other output formats. This allows musicians and archivists with existing ABC tune collections to leverage LilyPond's superior typesetting capabilities.
参数
- -o, --output=_FILE_
- Write output to specified FILE instead of stdout.
- -b, --beams
- Preserve ABC's notion of beams in the output.
- -s, --strict
- Be strict about conversion success.
- -q, --quiet
- Suppress progress messages during conversion.
- -h, --help
- Show help message and exit.
- --version
- Show version number and exit.
FAQ
What is the abc2ly command used for?
abc2ly is a converter script bundled with LilyPond that transforms ABC music notation files into LilyPond input format. ABC notation is a simple text-based music notation system popular for folk and traditional music, while LilyPond is a powerful music engraving program that produces high-quality sheet music. The tool reads ABC files conforming to the ABC standard and outputs equivalent LilyPond markup that can then be processed by LilyPond to generate publication-quality PDF or other output formats. This allows musicians and archivists with existing ABC tune collections to leverage LilyPond's superior typesetting capabilities.
How do I run a basic abc2ly example?
Run `abc2ly [input.abc]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o, --output=_FILE_ do in abc2ly?
Write output to specified FILE instead of stdout.