Time signatures above the staff

2018-03-07 Thread Pedro Proença
Hi

Is it possible to put time signatures above the staff, on top of the
barlines? If so, how would I go about doing it? I've searched the web and
came up short


Also, I'd like for, in a score with multiple staves, just one time
signature, on the very top of the topmost staff. I'm sure it's doable, I'm
just not seeing how.

Thanks in advance
___
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