Just add the engraver handling the rehearsal marks to the Staff contexts
where you want the marks (by default, the engraver is only included
in the Score context):

music = \relative c'{
  c d e f \mark \default |
  g f e d \mark \default |
  c1 |
}

\score{
  <<
    \new StaffGroup<<
      \new Staff \music
      \new Staff \music
      \new Staff \music
    >>
    \new StaffGroup<<
      \new Staff \with{\consists "Mark_engraver"} \music
      \new Staff \music
      \new Staff \music
    >>
  >>
}

   /Mats

Will Oram wrote:
Many orchestral scores have tempo changes and rehearsal marks appear twice: once at the top (above the wind section) and once above the string section. It's easy to get lilypond to print \mark once at the top; can it be told to print it multiple times as described above?

Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to