Hi,

while testing the new #ly:one-line-auto-height-breaking I noticed some
issues with the already available #ly:one-line-breaking.

It seems the left and right margins are not properly handled in that mode:

The right margin is way too large to my eyes, which you can see when
setting right-margin to 0\cm.

The left margin is too small and doesn't respond to setting the indent
variable.
Quite the contrary, increasing the indent doesn't move the system to the
right but the instrument name to the left.

You can see both in the attached file. The image shows the unclipped
left/right/top margins compiled from the settings in the attached .ly file.

Urs
\version "2.19.36"

\paper {
  page-breaking = #ly:one-line-breaking
  right-margin = 0\cm
  ragged-last = ##f % doesn't have any effect
  indent = 1.5\cm
  %indent = 2.5\cm
}

\score {
  <<
    \new Staff \with {
      instrumentName = "Voice"
    } {
      c'' c'' c'' c''
    }
    \new PianoStaff \with {
      instrumentName = "Piano"
    }
    <<
      \new Staff { c' c' c' c' }
      \new Staff { c' c' c' c' }
    >>
  >>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to