Dear community,
I don't understand, why in the below quoted snippet the paper-width doesn't
seem to have any influence on the layout of the score.
It doesn't make any difference, whether paper-width is 1cm or 17 cm or
whatever.
What could be the reason?
\version "2.12.2"
\paper {
  ragged-bottom = ##f
%   ragged-last-bottom = ##f %wenn auf "t" gesetzt wird, dann wird das
letzte System abgeschnitten!
  top-margin = 20 \mm
  bottom-margin = 30 \mm
  left-margin = 15 \mm
  paper-width = 1 \cm
  horizontal-shift = 2 \mm
  between-system-space = 3 \mm
  between-system-padding = 3 \mm%sorgt fuer ordentliche abstaende,
  %wenn der wert hoch ist, dann sind die Notenzeilen evtl. eng beieinander,
aber die Abstände zwischen den Systemen sind groß
  page-limit-inter-system-space = ##t

  page-limit-inter-system-space-factor = 1.3
  #(set-paper-size "a4" )
  %#(define page-breaking ly:page-turn-breaking)
  %der wert soll gut  für pagebreaks sein, führt aber zu seltsamen
Resultaten

}
\layout { \context { \Staff  \override TimeSignature #'style = #'() } }
music =
\relative c' {
  \repeat "unfold" 10 { c4 d e f g a b c}
}
\score {
  \new Staff \music
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to