bug-lilypond
[Top][All Lists]
Advanced

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

Layout block inside a bookpart block


From: Barikavily
Subject: Layout block inside a bookpart block
Date: Tue, 9 Jul 2013 22:07:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% I wish to define layout properties for a bookpart block
% but it doesn't seem to work. 
% Lilypond says "\paper is necessary". 
% Am I missing something?

\version "2.16.2"

\paper { top-margin = 50 }
\layout { indent = 50 }

\bookpart {
        \paper { top-margin = 0 }  % Not working
        \layout { indent = 0 }     % Not working
        \score { c'1 }
        \score { d'1 }
        \score { e'1 }
}

% Same thing happens when replacing \bookpart by \book.




reply via email to

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