lilypond - 这是什么百合警告 : "no viable initial configuration found: may not find good beam slope"?

标签 lilypond

这段代码:

\version "2.18.2"

lh = { \change Staff = "down" \stemUp }
rh = { \change Staff = "up" \stemDown }

\new PianoStaff <<
  \new Staff = "up" {
    \new Voice {
      \numericTimeSignature
      \lh a16
      \rh e' a'
      \lh a
      \rh e' a'
      \lh a
      \rh e' a'
      \lh a
      \rh e' a'
      \lh a
      \rh e' b' e'

      \lh a
      \rh e' a'
      \lh a
      \rh e' a'
      \lh a
      \rh e' a'8.
      \lh b16 c'
      \rh e' g' b'
    }
  }
  \new Staff = "down" \with { \clef "bass" \numericTimeSignature }
    { \skip 1 \skip 1 }
>>

编译时产生此输出:
$ lilypond test.ly 
GNU LilyPond 2.18.2
Processing `test.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
test.ly:27:15: warning: no viable initial configuration found: may not find good beam slope
      \lh b16 
              c'
Layout output to `test.ps'...
Converting to `./test.pdf'...
Success: compilation successfully completed

这通常看起来不错的图形输出:

enter image description here

我的问题是关于“警告”:
  • “找不到可行的初始配置:可能找不到好的梁斜率”

  • 这有什么不良影响吗?是否有可能获得更好的梁斜率?在我看来,第四节拍梁可能应该上升而不是下降(但我知道什么?)。

    我的代码是在 lilypond 中表达这种音乐理念的好方法吗?有没有更好的办法?

    最佳答案

    来自邮件列表的很好的回复:https://lists.gnu.org/archive/html/lilypond-user/2018-06/msg00141.html

    梁斜率可以在每种情况下被覆盖,例如:\once \override Beam.positions = #'( 5 . 5.5)

    关于lilypond - 这是什么百合警告 : "no viable initial configuration found: may not find good beam slope"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50691785/

    相关文章:

    lilypond - 如何在不同声部的音符之间放置休止符

    midi - 从 Lilypond 片段创建 MIDI 文件

    function - 百合功能;为音符添加节奏

    python - 将 <...> 作为 "foo bar <hello world> and so on"中的一项的正则表达式(目标 : Simple music/lilypond parsing)

    ajax - 百合的 Mathjax 模拟

    Lilypond:同时生成 MIDI 和 PDF 输出

    百合池 : Adding lyrics into backslash temporary voices

    spacing - 在 Lilypond 乐谱的首页上安装更多系统

    Lilypond 装饰音会影响格式