bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with Repeats in RhythmicStaff Context.


From: Mats Bengtsson
Subject: Re: Problem with Repeats in RhythmicStaff Context.
Date: Tue, 20 Sep 2005 11:20:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

For some strange reason, the default values in RhythicStaff
have been specified to get this layout.

Developers/hackers: Does anybody remember why we have the following
settings in the definition of RhythmicStaff in ly/engraver-init.ly?
  \override VoltaBracket #'minimum-space = #15
  \override VoltaBracket #'padding = #5


Anyway, it's easy for you to redefine the values, for example
using:

\score {
        <<
        \context RhythmicStaff = one \melodia
        >>

        \layout{
                \context{
                        \RhythmicStaff
                        \override VoltaBracket #'minimum-space = #5
                        \override VoltaBracket #'padding = #2

                  }
        }
}

   /Mats


Fabio dos Santos wrote:
Hello everybody.

The problem seems to be that the repeat brackets get typeset too far from the staff lines (as seen on the PDF) in RhythmicStaff mode. I am currently using Lilypond 2.6.3 on for Mac OS X (10.3.9)

BTW, I love the  new, Tetex-free lilypond!
Thanks for all your good work.
Fabio dos Santos
Brasil.


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

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

--
=============================================
        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]