text - LilyPond:格式化长脚注

标签 text formatting footnotes lilypond

当用 LilyPond 2.17.25 写一个长脚注时,文本没有分成几行或遵守边距限制。如果可能的话,我也希望将其设置为合理对齐。

这是一个小例子:

\version "2.17.25"
{
  \footnote #'(-1 . 1)
    \markup{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget ante venenatis mi consectetur ornare. Cras facilisis dictum venenatis. Donec.}
  a'4 b' c'' d''
}

非常感谢!

最佳答案

解决方案是简单地添加 \justify\wordwrap\markup命令,如:

\version "2.17.25"
{
  \footnote #'(-1 . 1)
    \markup\justify{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget ante venenatis mi consectetur ornare. Cras facilisis dictum venenatis. Donec.}
  a'4 b' c'' d''
}

关于text - LilyPond:格式化长脚注,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18839418/

相关文章:

java - 在 GUI 中显示一些可选择的字符串

arrays - 通过 PowerShell 中的 Foreach 循环动态标点和语法更正字符串

google-apps-script - 在 Google 文档中缩进段落 - Google Apps 脚本

java - 如何使用 Play 控制 URL 中日期的格式?

ruby-on-rails - 如何使用 Sublime Text 2 打开 rails_footnotes 文件?

html - Emacs 组织模式 HTML 脚注

layout - 页面未满时,如何将脚注强制到页面的最底部?

android - 如何编辑xml文本值?

sql - 如何识别 4 列中行 ID 最低的文本值?

python - 无法通过 Pandas 将 Excel 字段导入 Python - 索引越界错误