Hi,

Using Lilypond 2.19.14 I see the "composer" field is completely misplaced in the output.

%%%% short example showing misplaced composer field %%%%

\version "2.19.14"

\header {
  title = "title"
  subtitle = "subtitle"
  poet = "poet"
  meter = "meter"
  piece = "piece"
  composer = "composer"
  arranger = "arranger"
  opus = "opus"
}

\score {
  \new Staff {
    { s1 }
  }
  \layout {}
}

\version "2.19.14"

\header {
  title = "title"
  subtitle = "subtitle"
  poet = "poet"
  meter = "meter"
  piece = "piece"
  composer = "composer"
  arranger = "arranger"
  opus = "opus"
}

\score {
  \new Staff {
    { s1 }
  }
  \layout {}
}


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

Reply via email to