lilypond-user-fr
[Top][All Lists]
Advanced

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

PB de sous titre


From: Christian LE BARS
Subject: PB de sous titre
Date: Sat, 25 Feb 2023 19:57:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Bonsoir a tous.

Voila je n’arrive pas a faire cohabiter  un grand titre de partition , avec les sous titres

des scores.

ci dessous la partition:


\version "2.24.0"
#(set-global-staff-size 20) %taille des portées
\include "lilyjazz.ily"
%----------------------------------------
\paper
 {
  oddFooterMarkup = \markup {\override #'(font-name . "Lilyjazz-text")\fontsize #0.4 \fill-line { \fromproperty #'header:title  } }
  print-page-number = ##t

 }
%------------------------------------------------
CouvSettings =
\paper
 {
  bookTitleMarkup =
   \markup \override #'(font-name . "Lilyjazz-text") \column
    {
      \fill-line { \lower #12 \abs-fontsize #24 \fromproperty #'header:composer }       \fill-line { \lower #6 \abs-fontsize #16 \fromproperty #'header:dates }
      \fill-line { \lower #6 \draw-line #'(30 . 0) }
      \fill-line { \lower #6 \abs-fontsize #32 \fromproperty #'header:title }       \fill-line { \lower #6 \abs-fontsize #16 \fromproperty #'header:collection }       \fill-line { \lower #4 \abs-fontsize #14 \fromproperty #'header:collection-info }
      \fill-line { \lower #3 \draw-line #'(5 . 0) }
      \fill-line { \lower #5 \abs-fontsize #14 \fromproperty #'header:collection-date }
      \fill-line { \lower #4 \draw-line #'(14 . 0) }
      \fill-line { \lower #10 \abs-fontsize #12 \fromproperty #'header:subtitle }
    }
 }
%-------------------------------------------
\book
 {
  \markup { \null }
  \paper { \CouvSettings } \pageBreak
  \header
  {
    title = "Universal Band Collection"
    subtitle =
    \markup \column
     { "Piccolo"
       "Flute 1"
       "Flute 2"
       "Flute3" }
    composer = "Jacob de Haan"
    collection-info = "Version 1"
   collection-date = "25-02-2023"
  }
%-------------------------------------------
 \score
  {
   \header {title =" I. Western Girl" }
    \relative c'{c }
   \layout {indent = 2 short-indent = 0   }
   }%score
  \score
   {
   \header {title =  "II. Just a Ballad" }
  \relative c'{d }
  \layout {indent = 2 short-indent = 0   }
   }
 }%book

Pourquoi les sous titres ne s'affiche pas?

Par avance merci, de résoudre mon casse tête

Cordialement

Christian




reply via email to

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