lilypond-user
[Top][All Lists]
Advanced

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

error: unknown escaped string: `\overlay


From: Pedro Proença
Subject: error: unknown escaped string: `\overlay
Date: Sat, 3 Mar 2018 07:18:31 -0300

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.66666666666669)
                #'(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: 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

reply via email to

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