lilypond-user
[Top][All Lists]
Advanced

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

Re: indent in \paper for a multiple-books file not working?


From: crimsonsunrise
Subject: Re: indent in \paper for a multiple-books file not working?
Date: Fri, 25 May 2018 09:05:54 -0400

Usually, placing the \layout block inside a \score block seems to work



-------- Mensagem Original --------
Ativo 25 de mai de 2018 08:55, Thomas Morley < address@hidden> escreveu:

Hi,

while trying to set a \paper in a file with multiple books I noticed
the `indent'-setting is not working.
One can do so in layout, though.

Is it a bug or feature?

All other toplevel settings (header, layout) are respected and/or
modified by new settings inside of the books as wished.

\paper {
ragged-right = ##f
indent = 70
}

\header {
dedication = "for me"
}

\layout {
\override NoteHead.color = #cyan
%indent = 70
}

\book {
\paper { #(set-paper-size "a3landscape") }
\header { title = "book1" }
{ c'1 }
}

\book {
\paper { #(set-paper-size "a5") }
\header { title = "book2" }
{ d'1 }
}


Thanks,
Harm

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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