Hi Vladimir,

How about :

\version "2.18.2"

myMusic = {
  \tempo 4 = 120
  a'
}

\score {
  <<
    \new Staff
      \with { \consists "Metronome_mark_engraver" }
      \myMusic
    \new Staff \myMusic
    \new StaffGroup <<
      \new Staff
        \with { \consists "Metronome_mark_engraver" }
        \myMusic
      \new Staff \myMusic
      \new Staff \myMusic
    >>
  >>
  \layout {
    \context {
      \Score
      \remove "Metronome_mark_engraver"
    }
  }
}

HTH,
Pierre

2015-03-11 18:55 GMT+01:00 H. S. Teoh <[email protected]>:

> Hi,
>
> Apologies if this is already answered somewhere, 'cos I couldn't find it
> in the docs or on google, but I'm working on an orchestral score and
> would like for each \tempo marking to appear above each orchestral choir
> (winds, brass, strings). E.g., I'd like to just write \tempo 4 = 120
> once, and it should print the bpm indication above each \StaffGroup
> corresponding with the sections in the orchestra.
>
> I tried playing around with adding/removing "Metronome_mark_engraver"'s
> both in the score's \layout block and in each \StaffGroup, but I can't
> seem to get it to work. What's the right way to do this?  Thanks!!
>
>
> T
>
> --
> Sometimes the best solution to morale problems is just to fire all of the
> unhappy people. -- despair.com
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to