lilypond-user
[Top][All Lists]
Advanced

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

Book title showing up on every score in a songbook (2.14.2)


From: Christopher R. Maden
Subject: Book title showing up on every score in a songbook (2.14.2)
Date: Fri, 11 Jan 2013 00:06:45 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a songbook I created in LilyPond 2.12.3.  I recently upgraded
to 2.14.2.[*]

Suddenly, every song has the book title *and* the song title at the
start.  Using print-all-headers only makes things worse, as I get the
book title but *not* the song title.

Short example:

=-=-=-= songbook.ly =-=-=-=

\version "2.14.2"

\paper {
  print-all-headers = ##t
}

\include "song_music.ly"

\book {
  \header {
    title = "My Songbook"
  }
  \markuplines \table-of-contents
  \bookpart {
    \tocItem \markup { \songTitle }
    \label #'mySong
    \score {
      \songSheetMusic
      \header {
        title = \songTitle
      }
    }
  }
}

=-=-=-= song_music.ly =-=-=-=

\version "2.14.2"

songTitle = "My Song"

songSheetMusic = \new Staff <<
  \relative c' { c4 c c c }
>> 

=-=-=-= end =-=-=-=

I get “My Songbook” on the first page, above “Table of Contents,” as
desired.  (Too close, but that’s a separate issue.)  However, on page
2, I get “My Songbook” again with “My Song.”  That’s a new and
undesired change from 2.12... how do I turn off the book title on each
song?  I can’t find anything in the documentation about this (though
it is entirely possible I’m looking in the wrong places, of course).

Thanks in advance,
Chris

[*] Yes, I do realize 2.16 is the latest stable... go poke
Debian/Ubuntu/Mint about it.
- -- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
Axial tilt is the reason for the season.
GnuPG fingerprint: DB08 CF6C 2583 7F55 3BE9  A210 4A51 DBAC 5C5C 3D5E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJQ753kAAoJEEpR26xcXD1eEbAIANrIZK/yGG8UFSSB/SEp5dKd
rrh8yma50GGo3Gh8CFItUSfDG0OUwy31bbBNTKX6N0MDFs93AX36cYJCfqiW4cdp
/wL2od/jQdzgGa8HKgBgvewq3mTe554oFeYkkj96c9eV7RMN5Cw3BAJ43AH17Ozx
+eWeJUbbUmhgiA/Ymv2CqkpFPnqGsk1sx44QOjWGDLh1t8KCBRNZCcnD66NiKlyL
p1iZyjsUmNMMFQbSbH9wPxb5csrWX8nFdjPtdmGC59/rjVTbGfmP0W6fu7uKT24a
kSHXya4FE9u0DfztyL393eBYCXHtYdc8alDHgRQR4pYd2CeSlTMPmH+3Yekg9AA=
=ezt4
-----END PGP SIGNATURE-----



reply via email to

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