On Wednesday 17 December 2003 10:23, Mats Bengtsson wrote:
[...]
> >  angle type brackets attached to the system?
[...]
> >   Is there any
> > way to force the angle brackets onto PianoStaff?
>
> Yes, try
> \score{
>    ...
>    \paper{
>      ...
>      \translator{
>        \PianoStaffContext
>        systemStartDelimiter = #'SystemStartBracket
>      }
>    }
> }
[...]

Thanks.  That does it, but also puts a bracket on all the single staffs, 
which seems wrong and unneccessary.  The brackets also overwrite the 
bar numbers.  

Lilypond's main weakness seems to be the way everything gets written 
over everything else.  I suppose I'll have to keep on digging to find 
how to fine tune the position of each entity, one by one.  It means 
that 90% of the script is position instructions and formatting info...
The output _is_ beautiful, though.

I find that the \paper block has to come after 
   \notes{ ... } 
   \header { ... } 
which is somehow counter-intuitive.  Can you also point me to a summary 
of the whole structure of lilypond documents?

TIA 

-- 
richard



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to