lilypond-user
[Top][All Lists]
Advanced

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

Re: Piano and Solo


From: Mats Bengtsson
Subject: Re: Piano and Solo
Date: Thu, 11 May 2006 09:48:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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 replace the -7 with whatever number you want (larger negative
number means more space below the melody, default value is -4).

  /Mats


Tomas Valusek wrote:

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

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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