bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1136 in lilypond: Multiline \header fields: wrong baselineskip bet


From: lilypond
Subject: Issue 1136 in lilypond: Multiline \header fields: wrong baselineskip between and/or inside header fields
Date: Mon, 21 Jun 2010 06:15:09 +0000

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<--------------------------




reply via email to

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