James E. Bailey <derhindemith <at> googlemail.com> writes: > > { > > \mark \markup \rounded-box { > > \small { > > \concat { 4\char ##x2032 } > > } > > } c'2 > > } > > > > error: > > > > (process:440): Pango-WARNING **: Error loading GDEF table 28333 > > > > ... > > > > Wrong number of arguments to #<procedure font-file-as-ps-string > > (name file-name > > font-index)>
> Oh yeah, that's a problem. Apparently it's been fixed, it's just not > in the distributed binary. There's a thread on the list that shows > how to fix it. Thanks James, fixing the .scm file as indicated in your Stopwatch time in markup post did the trick, so that the below now works fine. Regards Tom %%%%%%%% \version "2.12.1" { \mark \markup { \rounded-box \small \concat { 4\char ##x2032 33 \char ##x2033 } } c'1 | \mark \markup { \rounded-box \small \concat { 4′33″ } } d'1 } %%%%%%%%% _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user