lilypond-user
[Top][All Lists]
Advanced

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

Re: error: unknown escaped string: `\overlay


From: Torsten Hämmerle
Subject: Re: error: unknown escaped string: `\overlay
Date: Sat, 3 Mar 2018 06:59:39 -0700 (MST)

Hi Pedro,

\overlay didn't exist yet in version 2.18.2.
It's a new markup command.

If you don't want to switch to a recent development version, you may replace
\overlay by \combine, since \overlay is a kind of \combine that can take a
list of arguments (instead of just only two).

In your example, incidentally, there are only two arguments so that \overlay
can be simply replaced by \combine to make it downward compatible (and don't
forget to remove the curly braces around the two arguments)

[...]
            \combine
                    \translate
                        #'(1.0 . 1)
                        \sans
                            \fontsize
                                #-3
                                \center-align
                                    \fraction
                                        1
                                        4
                    \translate
                        #'(151.0 . 1)
                        \sans
                            \fontsize
                                #-3
                                \center-align
                                    \fraction
                                        11
                                        8
[...]

HTH,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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