lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple Rehearsal Marks


From: Mats Bengtsson
Subject: Re: Multiple Rehearsal Marks
Date: Wed, 17 Aug 2005 09:47:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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