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

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

Re: partiton de piano


From: Jean-Paul Quelen
Subject: Re: partiton de piano
Date: Thu, 24 Sep 2020 15:39:12 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Bonjour,
Essayer par exemple de renseigner le \layout :

\layout {
  \context {
    \Staff
    \override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #8
  }

Cordialement
Jean-Paul

Le 24/09/2020 à 15:07, david a écrit :
\version "2.20.0"
\language "français"

Violon = { do1 }
Cello = { ré1 }
MainDroite = { mi1 }
MainGauche = { fa1 }


\book { \bookOutputName "test-Conducteur"

  \score { \new StaffGroup <<
    \new Staff \with { %\magnifyStaff #5/7
                       instrumentName = "Violon" }
               { \relative do' { \Violon } }

    \new Staff \with { %\magnifyStaff #5/7
                       instrumentName = "Cello" }
               { \clef bass \relative do { \Cello } }

    \new PianoStaff = "piano" << \set PianoStaff.instrumentName = #"Piano"
              \new Staff = "md" { \relative do' { \MainDroite } }
              \new Staff = "mg" {\clef"bass" \relative do { \MainGauche } } >> >>

\header { title = test }
\layout { }
\midi { }

}
}





reply via email to

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