lilypond-devel
[Top][All Lists]
Advanced

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

Re: Adjusting intersystem spacing with FretDiagrams context


From: Mats Bengtsson
Subject: Re: Adjusting intersystem spacing with FretDiagrams context
Date: Fri, 12 Nov 2004 10:14:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

You probably want to set the minimumVerticalExtent property
in your context. Maybe you also have to add the Axis_group_engraver
to make it work. I'm not sure since I see some contexts that don't
contain the Axis_group_engraver but where the minimumVerticalExtent
is set anyway.

    /Mats

Carl Sorensen wrote:
I've succeeded in getting a fret diagram out of a FretDiagrams context. (The Fret_diagram_engraver is hard-coded to only produce a single
diagram for now, but it still lets me test out contexts).

Here's the .ly file:

\score{
  <<
    \chords{d}
    \new FretDiagrams {d}
    \chordmode{d}

  >>
}

I've got the output two different sizes (I changed size by adding a size
property to FretDiagram in scm/define-grobs.scm).

The problem I'm seeing right now is that the ChordName is running into
the FretDiagram.  It seems that the inter-system spacing isn't
appropriate.  But it changes with the size of the FretDiagram, so
perhaps I just don't have some padding right.

Any thoughts on what I would tweak to increase the spacing between the
ChordName and the FretDiagram?

Thanks,

Carl



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


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


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

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

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