lilypond-user
[Top][All Lists]
Advanced

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

Re: A spacing issue


From: Rachael Thomas Carlson
Subject: Re: A spacing issue
Date: Mon, 29 Jul 2013 21:31:36 -0500

On Tue, 2013-07-30 at 10:28 +1000, Nick Payne wrote:

> This works with 2.17.23. I think the syntax is ok for 2.16.2.
> 
> \version "2.16.2"
> \layout {
>    indent=0\mm
>    ragged-right = ##t
>    \context {
>      \Score
>        \override StaffGrouper #'staffgroup-staff-spacing =
>        #'((basic-distance . 11)
>           (padding . -10)
>           (stretchability . 0))
>    }
> }
> <<
>    \new GrandStaff
>    <<
>      \new Staff <<
>        \clef "treble"
>        {a1 \break
>        a1}
>      >>
>      \new Staff <<
>        \clef "bass"
>        {a,1
>        a,1}
>      >>
>    >>
>    \new TabStaff
>    <<
>      \tabFullNotation
>      {<a a,>1^\markup { \draw-line #'(0 . 9) }
>      <a a,>1 }
>    >>
>  >>
> __
Thank you, Nick.  This along with outside-staff-property = ##f fixes my
spacing issues in my larger project.  Thank you so very much.  I was at
my wits-end with this.

Rachael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]