You can insert any text (or TeX symbol) between the systems using

\score{
  ...
  \paper{
    ...
    \translator{
      \ScoreContext
      NonMusicalPaperColumn \override #'between-system-string = #"//\n"
    }
  }
}

If you want it right aligned instead of left aligned, you could use
something like #"\\rightline{//}\n" instead.

You probably want to find some other symbol to insert, but it should
be possible to find some useful alternative among the standard (La)TeX
symbols.

   /Mats

G. Ramalho wrote:
Hi,

Orchestral scores (or many staffs scores) usually have "//" like symbols between systems; how can I do that using Lilypond?

Thanks.

Ramalho



------------------------------------------------------------------------

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to