lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fraction-with-notes problem as of version 2.21.0


From: Jacques Menu
Subject: fraction-with-notes problem as of version 2.21.0
Date: Tue, 9 Apr 2019 07:41:49 +0200

Hello folks,

This snippet taken from LPNR 2.19.82 is handled alright by the latter, but 
fails with 2.21.0:

%%%%%%%
\version "2.21.0"

\relative c'' {
  \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." 
"8")
  \tuplet 3/2  { c4. c4. c4. c4. }
}
%%%%%%%

Starting lilypond 2.21.0 [foo.ly]...
Processing `/home/user/libmusicxml-git/files/samples/musicxml/foo.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
fatal error: make-note-markup: Invalid argument in position 1.  Expect: 
duration, found: "4.".
Exited with return code 1.

Has something changed in that area in 2.21.0?

Thanks for your help!

JM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]