lilypond-user
[Top][All Lists]
Advanced

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

Re: syntax question


From: James E. Bailey
Subject: Re: syntax question
Date: Thu, 19 Jun 2008 15:32:49 +0200

http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Text-marks#Text-marks
Printing marks on every staff

Although text marks are normally only printed above the topmost staff, they may also be printed on every staff.


         {
           \new Score \with {
             \remove "Mark_engraver"
           }
           <<
             \new Staff \with {
               \consists "Mark_engraver"
             }
             { c''1 \mark "molto" c'' }
             \new Staff \with {
               \consists "Mark_engraver"
             }
             { c'1 \mark "molto" c' }
           >>
         }
That's the only place I've ever seen a Score. But it's a context, I'll read up on it.
Am 19.06.2008 um 13:43 schrieb Mats Bengtsson:

A \score{...} block is a syntactical construct, which internally creates a Score context (among others). It is also possible to explicitly instantiate a Score context, but I don't really see the added value of doing it (even though I seem to recall that there was some specific reason to introduce this possibility).

  /Mats

James E. Bailey wrote:
I don't quite understand what the difference between score and Score are. I'm sure this is discussed in some documentation somewhere, but I just don't know where to look. Can someone point me in the right direction?


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        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]