Re: Compilation Problem with lilypondbook

2017-04-21 Thread Jeffery Shivers
Hi Emil,

On Fri, Apr 21, 2017 at 3:57 PM, Emil Salim  wrote:
> 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.

I don't think anyone can really comment on this since you didn't
indicate you were using that package in your example.

Could you provide a complete / compilable MWE which still produces the
problem you are having?
-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers

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


Re: Compilation Problem with lilypondbook

2017-04-21 Thread Emil Salim
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  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}
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Compilation Problem with lilypondbook

2017-04-21 Thread Emil Salim
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}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user