bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1668 in lilypond: staff-staff padding is inserted below the last n


From: lilypond
Subject: Issue 1668 in lilypond: staff-staff padding is inserted below the last nonstaff
Date: Fri, 27 May 2011 18:31:04 +0000

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

New issue 1668 by address@hidden: 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




reply via email to

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