Status: Started
Owner: ----
Labels: Type-Defect Priority-Medium Patch-needs_work

New issue 1668 by [email protected]: staff-staff padding is inserted below the last nonstaff
http://code.google.com/p/lilypond/issues/detail?id=1668

% Currently, when nonstaffs (Lyrics or Dynamics) occur between staff lines,
% staff-staff-padding is placed below the bottom nonstaff

% The patch at <http://codereview.appspot.com/4536088/> needs updated,
% but is open for adoption, otherwise I'll finish it.

<<
  \new Staff { c''2 c }
  \addlyrics { high \skip2 }
  \new Staff = "bass" \new Voice = "b" { \clef bass c2 c' }
  \new Lyrics \with {
    alignAboveContext = "bass"
  } \lyricsto "b" \lyricmode { bass \skip2 }

\layout {
  \context {
    \Lyrics
\override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((padding . 0.2))
  } \context {
    \Staff
\override VerticalAxisGroup #'default-staff-staff-spacing = #'((padding . 4))
  }
}

Attachments:
        page-spacing-nonstaff-lines-independent.png  11.8 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to