Re: Simple example with vertical spacing and dynamic contexts

2019-03-18 Thread Павел Буданов
Thank you very much, Ben. If this helps someone, I could use this solution to adjust the vertical distance of the lyrics: дꙋй -- \markup { сѧ, \transparent \draw-line #'(0 . -1) } ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/

Re: Simple example with vertical spacing and dynamic contexts

2019-03-11 Thread Ben
On 3/11/2019 3:33 PM, Павел Буданов wrote: I found a temporary way to control the vertical spacing in the middle of the piece. It looks awful, but it works. I still hope that someone will suggest a more correct way. \new StaffGroup <<    \new Staff    {      c' c' c' c' \break      % Add an in

Re: Simple example with vertical spacing and dynamic contexts

2019-03-11 Thread Павел Буданов
I found a temporary way to control the vertical spacing in the middle of the piece. It looks awful, but it works. I still hope that someone will suggest a more correct way. \new StaffGroup << \new Staff { c' c' c' c' \break % Add an invisible very low note to push the staffs.

Re: Simple example with vertical spacing and dynamic contexts

2019-03-07 Thread Reggie
I also would like to know why this fails not just the fix. Павел Буданов-2 wrote > How to control vertical spacing in the middle of a piece? > > \new StaffGroup \with > { \override StaffGrouper.staff-staff-spacing.padding = 10 } % It's OK > << >\new Staff >{ > c' c' c' c' > \br

Re: Simple example with vertical spacing and dynamic contexts

2019-03-05 Thread Павел Буданов
How to control vertical spacing in the middle of a piece? \new StaffGroup \with { \override StaffGrouper.staff-staff-spacing.padding = 10 } % It's OK << \new Staff { c' c' c' c' \break \override StaffGrouper.staff-staff-spacing.padding = 30 % It isn't work c' c' c' c'

Re: Simple example with vertical spacing and dynamic contexts

2019-02-01 Thread Павел Буданов
It really helped me, I am very grateful to you. Would you like to change the vertical spacing chapter in the learning manual? You were able to explain a lot of things in plain language. пт, 1 февр. 2019 г. в 05:54, Aaron Hill

Re: Simple example with vertical spacing and dynamic contexts

2019-01-31 Thread Aaron Hill
On 2019-01-31 9:11 am, Павел Буданов wrote: 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

Re: Simple example with vertical spacing and dynamic contexts

2019-01-31 Thread Павел Буданов
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-s

Simple example with vertical spacing and dynamic contexts

2019-01-30 Thread Павел Буданов
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