Hello everyone,
I've noticed that starting from LilyPond version 2.25.23, this snippet
produces the following warning:
{
\set Score.proportionalNotationDuration = #(ly:make-moment 1 32)
c' c' c'
}
warning: the property 'proportionalNotationDuration' must be of type
'non-negative exact rational or +inf.0', ignoring invalid value '#<Mom
1>'
If I use \set Score.proportionalNotationDuration = #1/32, the warning
disappears, but the command is either ignored or causes an error in
earlier versions.
Is there a way to make this snippet compatible with all LilyPond
versions starting from 2.19.84?