lilypond-user
[Top][All Lists]
Advanced

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

book and instrument


From: Jean-Charles Malahieude
Subject: book and instrument
Date: Thu, 26 May 2011 22:40:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10

Hi all!

When using a separate book for generating instrumental parts, is there a
easy way to get rid of the superfluous "instrument" appearing with each bookpart?

---8<---
\version "2.13.61"
\book {
\header {
  title = "The Book Title"
  instrument = "instrument"
}
\bookpart {
\header {
  title = "Act one"
}
\score {
  \new Voice { c'4 }
  \header {
    piece = "piece 1"
  }
}
\pageBreak
\score {
  \new Voice { c'4 }
  \header {
    piece = "piece 2"
  }
}
}%ends bookpart
\bookpart {
\header {
  title = "Act two"
}
\score {
  \new Voice { c'4 }
  \header {
    piece = "piece 3"
  }
}
}%ends bookpart
}%ends book
--->8---

TIA,
Jean-Charles



reply via email to

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