You're absolutely right, there's no need to use '\with{}'. Don't remember
why I put it that way.
Cheers

2015-11-19 15:09 GMT+01:00 Tom Swan <[email protected]>:

> Three great suggestions, all of which do the job. Thank you. Why use
> \with{ } in the first, however? Taking that out (leaving only the
> \override) works the same, or is it different somehow that I'm not
> understanding?
>
> On November 17, 2015 at 8:43 AM Pierre Perol-Schneider <
> [email protected]> wrote:
>
> Hi Tom,
>
> In your example the fret-diagram is placed as a 'TextScript' so you have
> to choose your override here:
> http://www.lilypond.org/doc/v2.18/Documentation/internals/textscript
>
> E.g.:
>
> \version "2.18.2"
> <<
>  \new Staff {
>    \new Voice = “scale”
>    \with {
>      %% Option 1:
>      %\override TextScript.padding = #10
>    }
>    \relative c {
>      <f-1\6>4
>      %% Option 2:
>      -\tweak padding #10
>      ^\markup {
>      \override #'(size . 4.0) {
>        \override #'(fret-diagram-details . (
>          (orientation . #'landscape )
>          (finger-code . #'in-dot )
>          (dot-color . #'black)
>          (dot-radius . 0.35)
>          (dot-position . 0.5)
>          (top-fret-thickness . 7)
>          (fret-count . 7)) )
>        \fret-diagram-verbose #'(
>          (place-fret 6 1 1 inverted)
>          (place-fret 6 3 2)
>          (place-fret 6 5 4)
>        )
>      }
>    }
>      <g-2> <a-4> <b-1\5> |
>    }
>  }
> >>
>
> Cheers,
> ~Pierre
>
>
> 2015-11-17 14:03 GMT+01:00 Tom Swan <[email protected]>:
>
> I didn't get any response to my request for advice on adjusting spacing
> between
> a fretboard diagram and the associated staff. Does anybody have any
> suggestions?
> I am stuck and need help with this. Thanks! Here is the snippet -- I would
> like
> more space below the fretboard diagram and the staff, but I've tried every
> override and \paper setting I would find with no results.
>
> \version "2.18.2"
> <<
>  \new Staff {
>    \new Voice = “scale” \relative c {
>      <f-1\6>4^\markup {
>      \override #'(size . 4.0) {
>        \override #'(fret-diagram-details . (
>          (orientation . #'landscape )
>          (finger-code . #'in-dot )
>          (dot-color . #'black)
>          (dot-radius . 0.35)
>          (dot-position . 0.5)
>          (top-fret-thickness . 7)
>          (fret-count . 7)) )
>        \fret-diagram-verbose #'(
>          (place-fret 6 1 1 inverted)
>          (place-fret 6 3 2)
>          (place-fret 6 5 4)
>        )
>      }
>    }
>      <g-2> <a-4> <b-1\5> |
>    }
>  }
> >>
>
> http://www.tomswan.com
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
>
>
> http://www.tomswan.com
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to