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

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

Re: problème changement de page


From: Martial R
Subject: Re: problème changement de page
Date: Sat, 8 Jan 2022 08:58:19 +0100

Bonjour et meilleurs voeux

un truc comme ça pour régler les changement de page

myPageBreak ={
s1*6 \break
s1*6 \break
s1*3 \noPageBreak
s1*6 \break
}

http://lilybin.com/83j8ii/1

%------------------------------------------------
\version "2.23.5"

#(set-global-staff-size 15) %taille des portées
%----------------------------------------
\paper
  {#(set-paper-size "a3landscape") }
%--------------------------------------
Global=
{
  \numericTimeSignature
  \set Score.markFormatter = #format-mark-box-alphabet
  \time 4/4
  \tempo 4 = 72
}
%-----------------------------------
Picolo =
\relative c'
{
  \Global
  \key f\major
  \repeat unfold 16{r1}
  \repeat unfold 14{r1}
}
%----------------------------------
FluteUnDeux =
\relative c'
  {
   \Global
  \key f\major
   <f' e'>4.(<d' a>8~<d a>2)<f, c'>4.(<d a'>8~<d a'>4.)
   <c g'>8-><bes f'>4(<c g'>2~q8)<d a'>
   <f c>4.(<d a'>8~q2) r1 r <f c>4.(<d a'>8~q2)
   \repeat unfold7{r1}<fis c>4.--(<d a>8~q2)\pageBreak
   <c e>
  }
%-----------------------------------
myPageBreak ={
s1*6 \break
s1*6 \break
s1*3 \noPageBreak
s1*6 \break
}
\book
  {
   \bookpart
   {
    \score
     {

       \new StaffGroup = "Bois"
        <<
         \new Staff = "Picolo"\with{instrumentName ="Picolo"
shortInstrumentName ="Pic." }
         \Picolo
         \new Staff = "FluteUnDeux"\with{instrumentName = "Flute.1.2"
shortInstrumentName ="flu1.2."}
         \FluteUnDeux
         \new Staff \myPageBreak
       >>
      \layout {indent = 2}
     }%score
   }%bookpart
  }%book
%--------------------------------------------------------------

Le ven. 7 janv. 2022 à 12:29, Christian LE BARS
<christian@le-bars.net> a écrit :
>
> bonjour a tous, et bonne année.
>
> ci-dessous un extrait d'une partition que voudrais éditer en A3 paysage.
>
>   mais le changement de ligne arrive trop vite?



-- 
Martial Rameaux



reply via email to

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