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

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

Re: Espace entre les titres et la première portée


From: Eluze
Subject: Re: Espace entre les titres et la première portée
Date: Tue, 26 Nov 2013 05:44:50 -0800 (PST)

Delgesu wrote
> Merci, j'ai beau avoir tout essayé, je n'y arrive pas.

un exemple (mais je doute que cela marche avec ta version...)

Violon=\relative c'' {c d e f g }
Violoncelle=\relative c {c d e f g }
pianoMainDroite=\relative c' {c d e f g }
pianoMainGauche=\relative c {c d e f g }

\score {
  <<
    \new Staff \with {
      \staffSize #-5
      \override VerticalAxisGroup  #'staff-staff-spacing =
#'((basic-distance . 2))
    }
    \Violon
    
    \new Staff \with {\staffSize #-5 } \Violoncelle
    
    \new PianoStaff <<
      \set PianoStaff.instrumentName = #"Piano"
      \set Score.connectArpeggios = ##t
      \new Staff {
        \override Staff.Rest #'style = #'classical
        \pianoMainDroite
      }
      \new Staff \with{
        \clef bass}
        \pianoMainGauche
    >>
  >>
}


Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Espace-entre-les-titres-et-la-premiere-portee-tp7580574p7580607.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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