Re: Piano and Solo

2006-05-23 Thread Tomas Valusek
instead of the \with one. What now? Tomas Valusek P.S.: In attachement there is modified version of my Piano and Solo attempt. Mats Bengtsson napsal(a): See the section on Vertical spacing in the manual. One way to do it is to replace the first lines of your \score block with \score { <&l

Re: Piano and Solo

2006-05-23 Thread Tomas Valusek
Hello, thanks for your answer. it helped me very much. Bottom line: You have answered my mail very quickly, unfortunately my public mail service provider has tossed it into Spam folder, where I discovered it a few minutes ago. Tomas Valusek Mats Bengtsson napsal(a): See the section on Vert

Re: Piano and Solo

2006-05-11 Thread Stephen
From: "Tomas Valusek" <[EMAIL PROTECTED]> Sent: Thursday, May 11, 2006 1:02 AM Hello, How to add solo staff to "Piano centered dynamics" template? The best I can get with my current LilyPond knowledge is in attachement, but the solo staff is too near. Thanks for any help. Tomas Valusek Rem

Re: Piano and Solo

2006-05-11 Thread Mats Bengtsson
See the section on Vertical spacing in the manual. One way to do it is to replace the first lines of your \score block with \score { << \new Staff = "mel" \with {\override VerticalAxisGroup #'minimum-Y-extent = #'(-7 . 4)} { \melody } \new PianoStaff << ... You can replac