lilypond-user
[Top][All Lists]
Advanced

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

lilypond-book cuts off my scores and figured bass


From: Nils
Subject: lilypond-book cuts off my scores and figured bass
Date: Wed, 25 Jan 2012 19:31:26 +0100

Hello,

I'm using lilypond-book for the first time now. 
My lilypond version is 2.14.2, linux. Commandline:
lilypond-book  --latex-program=xelatex --output=out --pdf file.tex

Before you jump to the wrong conclusions: Without xelatex it is just the same.


I use it with a 2-staff staffgroup (choir staff with \\set 
ChoirStaff.systemStartDelimiter = #'SystemStartBrace )
Most of the pieces have Figured Bass but some have not. If I directly export 
Lilypond it looks good.
My ly-template without the actual music is written directly to the end of this 
mail and I have attached one of the pieces, cut in staffs by lilypond-book and 
the "complete" pdf, generated by lilypond-book

But with lilypond-book the staffs are cut. It has nothing to do with the final 
latex compilation because it already happens during the lilypond-book process:

Already the "complete" pdf "lily-16cdda7d.pdf" is cut off in the last staff, 
you just see small artifacts there.
When generating the staff pdfs you see the figures are just ignored.

It looks to me like the figures are ignored alltogether. Look in the 
"lily-16cdda7d.pdf" again, measure 12. The fermata goes straight through the 
figures from the staff above. The same happens ins 18. There is no space for 
the figures at all.

Any clue what went wrong? Do you need more information?

Nils



%% LilyPond-File generated by Laborejo - http://www.laborejo.org 

\version "2.14"
#(ly:set-option 'point-and-click #f)

\paper  {
  myStaffSize = #20
}

\header{
 tagline = " "
}


\layout{
  \context {
    \Score
     \override Fingering #'add-stem-support = ##t
     \override StringNumber #'add-stem-support = ##t
     \override StrokeFinger #'add-stem-support = ##t
     %Dynamics
     \override Hairpin #'to-barline = ##f
     \override DynamicLineSpanner #'staff-padding = #2.0
     \override DynamicLineSpanner #'Y-extent = #'(-1.5 . 1.5)
     \override TextScript #'Y-extent = #'(-1.5 . 1.5)               
  }
  \context { \Lyrics
    \consists "Bar_engraver"
    \consists "Separating_line_group_engraver"
    \consists "Tweak_engraver"
    \override BarLine #'transparent = ##t      
    \override LyricText #'font-size = #-1
    \override LyricSpace #'minimum-distance = #1.0
  }
  \context { \FiguredBass
        \override BassFigure #'font-size = # -2
    \override VerticalAxisGroup #'Y-extent = #'(0 . 0)
        \override VerticalAxisGroup #'minimum-Y-extent = ##f
        %\override VerticalAxisGroup #'keep-fixed-while-stretching = ##t
        figuredBassAlterationDirection = #RIGHT
        figuredBassPlusDirection = #RIGHT
    \override BassFigureContinuation #'stencil = ##f
        }
}

%Music definitions. Containers, Staff, Parts.
%$$VOICES$$

\score {<<
%How the definitions are arranged. Only staffgroups (staff prefix) and staffs, 
merged as voices.
\new ChoirStaff <<
\set ChoirStaff.systemStartDelimiter = #'SystemStartBrace 
#(set-accidental-style 'piano 'ChoirStaff)
%$$STRUCTURE$$
>>

>>}

Attachment: lily-16cdda7d.pdf
Description: Adobe PDF document

Attachment: lily-16cdda7d-1.pdf
Description: Adobe PDF document

Attachment: lily-16cdda7d-2.pdf
Description: Adobe PDF document

Attachment: lily-16cdda7d-3.pdf
Description: Adobe PDF document

Attachment: lily-16cdda7d-4.pdf
Description: Adobe PDF document

Attachment: lily-16cdda7d-5.pdf
Description: Adobe PDF document


reply via email to

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