lilypond-user
[Top][All Lists]
Advanced

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

Re: Simple example with vertical spacing and dynamic contexts


From: Павел Буданов
Subject: Re: Simple example with vertical spacing and dynamic contexts
Date: Thu, 31 Jan 2019 20:11:30 +0300

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, "Павел Буданов" <address@hidden>:
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 }
>>

Attachment: example.png
Description: PNG image


reply via email to

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