bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tagline stuck to the default one


From: Mats Bengtsson
Subject: Re: Tagline stuck to the default one
Date: Sun, 04 Jun 2006 12:08:40 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Quoting Graham Percival <address@hidden>:

...
Aha!  This produces the behavior you want:

\version "2.9.7"
\book{
  \score {
    \new Staff {
      c4 c4
    }
  }
  \header {
    title = "tit"
    tagline = "tag"
  }
}

IMO, if there's only one \score in the piece, then the \header{} should be considered to be part of \book, not \score. But at least I know what's happening now...

As always, you can remove the \book{ and the corresponding } at the end, since an implicit \book block is included by default anyway (unless you want to have several \book blocks in the same .ly file or are using
lilypond-book).

  /Mats





reply via email to

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