Fedora每日一篇: Lilypong - 乐谱排印程序
Fedora每日一篇
Lilypong - 乐谱排印程序
Lilypond 是一个乐谱排印程序,音乐的“排字工”。Lilypond接受简单标记语言记录的乐谱格式,输出PDF,PNG,Postscript和SVG,TeX等格式的文件,还可以处理MIDI文件。此外也支持管弦乐标记,变奏,歌词和其他的各种乐谱表示方法。
图形安装: 应用程序 > 授权和出版 > lilypond (install lilypond-doc using the Search or List modes)
菜单位置: None -- access from the command line
命令: /usr/bin/lilypond
网站: http://lilypond.org/
Lilypong - 乐谱排印程序
此外,在Fedora的软件库中的Lilypong还包含一个简单的文档说明并附有例子,安装lilypond后,该文档位于系统 /usr/share/doc/lilypond-doc-2.10.13/index.html Lillypad 从命令行执行,参数为输入文件,然后它会输出MIDI, Postscript和PDF:
$ lilypond wtk1-fugue2.ly
GNU LilyPond 2.10.20
Processing `wtk1-fugue2.ly'
Parsing...
Interpreting music... [8][16][24][31]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `wtk1-fugue2.midi'...
Layout output to `wtk1-fugue2.ps'...
Converting to `wtk1-fugue2.pdf'...
Lilypond 的输出很优秀,也可以通过对输入的调整获得更多的灵活性。
命令安装: yum install lilypond lilypond-doc图形安装: 应用程序 > 授权和出版 > lilypond (install lilypond-doc using the Search or List modes)
菜单位置: None -- access from the command line
命令: /usr/bin/lilypond
网站: http://lilypond.org/
Comments