[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: \bookpart \header instrument="abc" is printed twice
From: |
Jean-Christophe D |
Subject: |
Re: \bookpart \header instrument="abc" is printed twice |
Date: |
Sun, 11 Jul 2010 14:50:05 -0700 (PDT) |
> Un exemple stp.
Voici :
> \book {
> \paper{
> print-all-headers=##t
> }
> \header {
> dedication = "BOOK dedication"
> title = "BOOK title"
> subtitle = "BOOK subtitle"
> subsubtitle = "BOOK subsubtitle"
> instrument = "BOOK instrument"
> poet = "BOOK poet"
> meter = "BOOK meter"
> piece = "BOOK piece"
> composer = "BOOK composer"
> arranger = "BOOK arranger"
> opus = "BOOK opus"
>
> copyright = "copyright"
> tagline = "tagline"
> }
> \bookpart { \markup \column { \line { " " } } }
>
> \bookpart {
> \header {
> dedication = "BOOKPART 1 dedication"
> title = "BOOKPART 1 title"
> subtitle = "BOOKPART 1 subtitle"
> subsubtitle = "BOOKPART 1 subsubtitle"
> instrument = "BOOKPART 1 instrument"
> poet = "BOOKPART 1 poet"
> meter = "BOOKPART 1 meter"
> piece = "BOOKPART 1 piece"
> composer = "BOOKPART 1 composer"
> arranger = "BOOKPART 1 arranger"
> opus = "BOOKPART 1 opus"
> }
> \markup { \vspace #1 }
> \score {
> { c'1 }
> \header {
> dedication = "SCORE a1 dedication"
> title = "SCORE a1 title"
> subtitle = "SCORE a1 subtitle"
> subsubtitle = "SCORE a1 subsubtitle"
> instrument = "SCORE a1 instrument"
> poet = "SCORE a1 poet"
> meter = "SCORE a1 meter"
> piece = "SCORE a1 piece"
> composer = "SCORE a1 composer"
> arranger = "SCORE a1 arranger"
> opus = "SCORE a1 opus"
> }
> }
> \markup { \vspace #1 }
> \score {
> { c'2 }
> \header {
> dedication = "SCORE a2 dedication"
> title = "SCORE a2 title"
> subtitle = "SCORE a2 subtitle"
> subsubtitle = "SCORE a2 subsubtitle"
> instrument = "SCORE a2 instrument"
> poet = "SCORE a2 poet"
> meter = "SCORE a2 meter"
> piece = "SCORE a2 piece"
> composer = "SCORE a2 composer"
> arranger = "SCORE a2 arranger"
> opus = "SCORE a2 opus"
> }
> }
> }
>
> \bookpart {
> \header {
> dedication = "BOOKPART 2 dedication"
> title = "BOOKPART 2 title"
> subtitle = "BOOKPART 2 subtitle"
> subsubtitle = "BOOKPART 2 subsubtitle"
> instrument = "BOOKPART 2 instrument"
> poet = "BOOKPART 2 poet"
> meter = "BOOKPART 2 meter"
> piece = "BOOKPART 2 piece"
> composer = "BOOKPART 2 composer"
> arranger = "BOOKPART 2 arranger"
> opus = "BOOKPART 2 opus"
> }
> \markup { \vspace #1 }
> \score {
> { c'1 }
> \header {
> dedication = "SCORE b1 dedication"
> title = "SCORE b1 title"
> subtitle = "SCORE b1 subtitle"
> subsubtitle = "SCORE b1 subsubtitle"
> instrument = "SCORE b1 instrument"
> poet = "SCORE b1 poet"
> meter = "SCORE b1 meter"
> piece = "SCORE b1 piece"
> composer = "SCORE b1 composer"
> arranger = "SCORE b1 arranger"
> opus = "SCORE b1 opus"
> }
> }
> \markup { \vspace #1 }
> \score {
> { c'2 }
> \header {
> dedication = "SCORE b2 dedication"
> title = "SCORE b2 title"
> subtitle = "SCORE b2 subtitle"
> subsubtitle = "SCORE b2 subsubtitle"
> instrument = "SCORE b2 instrument"
> poet = "SCORE b2 poet"
> meter = "SCORE b2 meter"
> piece = "SCORE b2 piece"
> composer = "SCORE b2 composer"
> arranger = "SCORE b2 arranger"
> opus = "SCORE b2 opus"
> }
> }
> }
> }
>
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/bookpart-header-instrument-abc-is-printed-twice-tp5280023p5280952.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.