bug-lilypond
[Top][All Lists]
Advanced

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

StaffGrouper properties does not apply to "second level" StaffGroup


From: Xavier Scheuer
Subject: StaffGrouper properties does not apply to "second level" StaffGroup
Date: Mon, 7 Feb 2011 12:32:54 +0100

%% 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

-- 
Xavier Scheuer <address@hidden>



reply via email to

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