Re: GridLine appearance

2015-04-03 Thread tisimst
3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Ae

Re: GridLine appearance

2015-04-03 Thread James Worlton
And kudos to you, Abraham, for making possible the use of other fonts! My score is using the Cadence notation font. James W On Fri, Apr 3, 2015 at 3:11 PM, tisimst wrote: > Agreed! Very nice looking score. I love the flexibility of this program! > Well done, everyone! > > - Abraham > >

Re: GridLine appearance

2015-04-03 Thread tisimst
>>>> } >>>>> >>>>> verticalLine = ^\markup { >>>>> \center-column { >>>>> \arrow-head #Y #UP ##t >>>>> \draw-dashed-line #'(0 . 18) >>>>> } >>>>> } >>>&g

Re: GridLine appearance

2015-04-03 Thread Pierre Perol-Schneider
Glad to hear, nice output! Cheers, Pierre 2015-04-03 16:00 GMT+02:00 James Worlton : > Just to follow up: Using Pierre's myArrow and myGridLinesBis code, I am > able to produce the image in the result which is exactly what I was looking > for. Thanks again! LilyPond rocks, as do the geniuses that

Re: GridLine appearance

2015-04-03 Thread James Worlton
Just to follow up: Using Pierre's myArrow and myGridLinesBis code, I am able to produce the image in the result which is exactly what I was looking for. Thanks again! LilyPond rocks, as do the geniuses that come up with solutions to strange requests! James Worlton On Fri, Apr 3, 2015 at 7:36 AM,

Re: GridLine appearance

2015-04-03 Thread James Worlton
Thank you, Pierre. This looks like it will work! James W On Fri, Apr 3, 2015 at 3:09 AM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi James, > > I'm not sure about that advantages of using grid lines. > How about something like: > > \version "2.19.17" > > musicA = { >

Re: GridLine appearance

2015-04-03 Thread Pierre Perol-Schneider
Hi James, I'm not sure about that advantages of using grid lines. How about something like: \version "2.19.17" musicA = { c'4 c' c' c' } musicB = { b4 b b c''' } verticalLine = ^\markup { %% to cross staves simply add: \with-dimensions #'(0 . 0) #'(0 . 0) \center-column { \arrow-

GridLine appearance

2015-04-02 Thread James Worlton
Hello, In my score I have a section where I need a line from one part to cross other staves and point to another part. I've been able to adapt GridLine to appear when I need it, but I'd like to change the appearance: specifically, make the line dashed and add an arrow at the top. I do not nee