Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1136 by brownian.box: Multiline \header fields: wrong baselineskip between and/or inside header fields
http://code.google.com/p/lilypond/issues/detail?id=1136

Reported by Xavier Scheuer:
http://lists.gnu.org/archive/html/bug-lilypond/2010-06/msg00329.html



%---------------8<--------------------------
\version "2.13.25" % it's not a regression, 2.12 does the same

\header {
  composer = \markup \center-column {
    \line { composer line 1 }
    \line { composer line 2 }
    % "composer line 2" should be closer to "composer line 1"
    % than to "arranger"
  }
  arranger = "arranger"
}

\score {
  c'
}
%---------------8<--------------------------


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to