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

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

Re: Affichage de \tempo


From: Pierre Perol-Schneider
Subject: Re: Affichage de \tempo
Date: Mon, 8 Sep 2014 17:25:19 +0200

Bonjour Bernard,

Le 8 septembre 2014 14:15, Bernard Meylan <address@hidden> a écrit :

soit une partition de: soprano solo, choeur écrit sur 2 portées et piano, je
cherche à afficher la commande \tempo "Allegro" non seulement au dessus de
la voix de soprano mais aussi au dessus des 2 portées de piano.
 
Comme cela ça devrait marcher :

\version "2.18.2"

\score {
  \new StaffGroup <<
    \new Voice = "Sop" { \tempo "Allegro" a'1 }
    \new Lyrics \lyricsto "Sop" { Ah! }
    \new Voice = "Cho" { \clef C a1 }
    \new Lyrics \lyricsto "Cho" { Ah! }
    \new PianoStaff <<
      \new Staff { \tempo "Allegro" a'1 }
      \new Staff { \clef F a1 }
    >>
  >>
  \layout {
    \context {
      \Score
      \remove "Metronome_mark_engraver"
    }
    \context {
      \Staff
      \consists "Metronome_mark_engraver"
    }
  }
}


Cordialement,
Pierre

reply via email to

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