lilypond-user
[Top][All Lists]
Advanced

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

Re: Compilation Problem with lilypondbook


From: Emil Salim
Subject: Re: Compilation Problem with lilypondbook
Date: Fri, 21 Apr 2017 14:57:51 -0500

Hello again,

I removed the geometry package and was able to produce a PDF, but somewhat erratic. I'll try out several things first. Sorry to bother.

Emil


On Fri, Apr 21, 2017 at 2:22 PM, Emil Salim <address@hidden> wrote:
Hi Everyone,

I have this snippet below that is compilable with lilypond, but when I put it in a .lytex file and tried compiling the .lytex file with lilypond-book --latex=lualatex --output=out ___.lytex

I got an error message on compressing over-full page by a bunch of numbers and programming error: Improbable offset for stencil. 

What might be the problem? I was able to do this before. I'm using Sierra and Lilypond 2.18.2. Many thanks.

Emil 

---

\begin[staffsize=15]{lilypond}


\new Staff \with {
    alignAboveContext = #"main"
    % Reduce all font sizes by ~24%
    fontSize = #-2
}


\relative c' {
\set Score.timing = ##f 
\override Staff.BarLine #'bar-extent = #'(-1 . 1) 
\override Staff.Stem #'transparent = ##t
\override Staff.TimeSignature #'stencil = ##f     
\key e \major
 e4^\markup { \italic Liturgos } ( dis4) e4 ( fis4) fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 a4 gis4 fis4 gis2\bar "|" fis4^\markup { \italic Semua } fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 fis4 gis4 fis4 e4 dis2 ( e2)\override Staff.BarLine #'bar-extent = #'(-2 . 2) \bar "||"

}

       \addlyrics {
 Se -- bab cin -- ta un -- tuk ru -- mah-  -- Mu meng -- ha -- ngus -- kan a -- ku, | dan ka -- ta-  -- ka -- ta yang men -- ce -- la Eng -- kau te -- lah me -- nim -- pa a -- ku.
       }

\end{lilypond}



reply via email to

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