bug-lilypond
[Top][All Lists]
Advanced

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

Re: StaffGrouper properties does not apply to "second level" StaffGroup


From: Ralph Palmer
Subject: Re: StaffGrouper properties does not apply to "second level" StaffGroup
Date: Wed, 16 Feb 2011 09:16:04 -0500

On Mon, Feb 7, 2011 at 6:32 AM, Xavier Scheuer <address@hidden> wrote:

> %% Reported on LilyPond French Users mailing list
> %%
> http://lilypond-french-users.1298960.n2.nabble.com/Arrangement-vertical-encore-une-petite-amelioration-tp5982503p5998593.html
> %%
> %% StaffGrouper  properties does not apply to "second level"  StaffGroup ,
> %% i.e. when this  StaffGroup  is itself contained in an "upper level"
> %%  StaffGroup  (or equivalent).
> %% Of course the problem is the same for all "Staff-groups"
> %% ( StaffGroup ,  ChoirStaff ,  PianoStaff ,  GrandStaff )
> %%
>
> \version "2.13.48"
>
> \score {
>  <<
>    \new StaffGroup <<
>      \new Staff {
>        c'1
>      }
>      \new StaffGroup \with {
>        % this has no effet because
>        % this  StaffGroup  is contained within a  StaffGroup  (or
> equivalent)
>        \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance =
> #20
>      } <<
>        \new Staff {
>          c'1
>        }
>        \new Staff {
>          c'1
>        }
>      >>
>      \new Staff {
>        c'1
>      }
>    >>
>  >>
> }
>
>
> Cheers,
> Xavier
>  <http://lists.gnu.org/mailman/listinfo/bug-lilypond>


Thanks, Xavier -

Added as issue 1519 :
http://code.google.com/p/lilypond/issues/detail?id=1519

Ralph


reply via email to

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