lilypond-user
[Top][All Lists]
Advanced

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

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


From: Thomas Morley
Subject: indent in \paper for a multiple-books file not working?
Date: Fri, 25 May 2018 13:55:59 +0200

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



reply via email to

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