Re: error: unknown escaped string: `\overlay

2018-03-07 Thread Simon Albrecht

On 08.03.2018 01:08, Simon Albrecht wrote:
alternative link. 




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


Re: error: unknown escaped string: `\overlay

2018-03-07 Thread Simon Albrecht

On 03.03.2018 18:37, pedroproenÇa wrote:

I'm trying to install the unstable version (my OS is Lubuntu), but I'm
unable to.


What instructions did you follow?
It’s pretty simple, if you follow  and 
replace the 2.18 binary with the 2.19 one. The download links on the 
website don’t work right now, but there were about half a dozen recent 
threads pointing out an alternative link.


Best, Simon

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


Re: error: unknown escaped string: `\overlay

2018-03-03 Thread pedroproenÇa
Thank you, Torsten :))


I'm trying to install the unstable version (my OS is Lubuntu), but I'm
unable to. Do you have any insights on it?



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

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


Re: error: unknown escaped string: `\overlay

2018-03-03 Thread Torsten Hämmerle
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

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


error: unknown escaped string: `\overlay

2018-03-03 Thread Pedro Proença
Hi, I'm actually studying an Abjad tutorial, but while I was studying the
Timespans section, I found an error on Python that calls back to the
Lilypond file associated with that process.

\version "2.18.2"
\language "english"

\header {
tagline = ##f
}

\layout {}

\paper {}

\markup {
\column
{
\overlay
{
\translate
#'(1.0 . 1)
\sans
\fontsize
#-3
\center-align
\fraction
1
4
\translate
#'(151.0 . 1)
\sans
\fontsize
#-3
\center-align
\fraction
11
8
}
\pad-to-box
#'(0 . 215.69)
#'(0 . 2.5)
\postscript
#"
0.2 setlinewidth
1 0.5 moveto
151 0.5 lineto
stroke
1 1.25 moveto
1 -0.25 lineto
stroke
151 1.25 moveto
151 -0.25 lineto
stroke
0.1 setlinewidth
[ 0.1 0.2 ] 0 setdash
1 2.5 moveto
1 1 lineto
stroke
151 2.5 moveto
151 1 lineto
stroke
0 0 moveto
0.99 setgray
0 0.01 rlineto
stroke
"
}
}



Starting lilypond 2.18.2 [0006.ly]...

Processing `/home/pedro/.abjad/output/0006.ly'

Parsing...

/home/pedro/.abjad/output/0006.ly:17:13 <0>: error: unknown escaped string:
`\overlay'

\overlay

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Layout output to `0006.ps'...

Converting to `./0006.pdf'...

fatal error: failed files: "/home/pedro/.abjad/output/0006.ly"

Exited with return code 1.

-- 


pedro proenÇa
Student composer, bassist, writer, meme
Facebook: @punksterbass
Twitter: @Bizarro_Pedro
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user