bug-lilypond
[Top][All Lists]
Advanced

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

misplaced composer field


From: Martin Tarenskeen
Subject: misplaced composer field
Date: Mon, 22 Sep 2014 10:03:42 +0200 (CEST)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)


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

Attachment: composer-bug.ly
Description: Text document


reply via email to

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