I've solved this problem partially with for lower contexts, but i can't find the necessary properties for upper contexts. Can you help me?
 
\new StaffGroup
<<
  \new Dynamics { s2.\< s4\ff }
  \new Lyrics \lyricmode { Ly4 -- ric ly -- ric }
  \new Staff \with
  { \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 20) (padding . 0.5)) }
  { a'4 a' a' a' }
  \new Staff { d'4 d' d' d' }
  \new Lyrics \with
  {
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 10) (padding . 0.5))
    \override VerticalAxisGroup.nonstaff-nonstaff-spacing = #'((basic-distance . 10) (padding . 0.5))
  }
  \lyricmode { Ly4 -- ric ly -- ric }
  \new Dynamics { s2.\< s4\ff }
>>
 
 
30.01.2019, 13:58, "Павел Буданов" <[email protected]>:
Hello! I am completely confused. Could you show how to adjust the vertical spaces between all contexts in this example?
 
\new StaffGroup
<<
  \new Dynamics { s2.\< s4\ff }
  \new Lyrics \lyricmode { Ly4 -- ric ly -- ric }
  \new Staff { a'4 a' a' a' }
  \new Staff { d'4 d' d' d' }
  \new Lyrics \lyricmode { Ly4 -- ric ly -- ric }
  \new Dynamics { s2.\< s4\ff }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to