lilypond-user
[Top][All Lists]
Advanced

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

Re: "//" between systems.


From: Mats Bengtsson
Subject: Re: "//" between systems.
Date: Wed, 29 Jan 2003 18:57:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

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





reply via email to

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