I'm using Lilypond to engrave Sor's Op 59 from a 19th century edition, and it has quite a number of constructs like the below, each of which puts an entry in the log: "warning: no viable initial configuration found: may not find good beam slope". Is it possible to suppress these particular warnings without suppressing all warnings.

\version "2.15.20"

\relative c'' {
    \mergeDifferentlyHeadedOn
<< { g'2 }
    \\
    { g8 \stemUp <g, b> <b e> <g b> }
    \\
    { s2 }
    \\
    { e2 } >>
}

<<attachment: test.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to