lilypond-user
[Top][All Lists]
Advanced

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

Re: Fixing a font size


From: Rick Hansen (aka RickH)
Subject: Re: Fixing a font size
Date: Tue, 1 Aug 2006 17:28:03 -0700 (PDT)

Unfortunately you're right, this does not work.

Now I am at a loss as to how I can scale my staff size without also scaling,
(messing up), my headings?

Any suggestions?  Anyone?  On how to keep the headings fixed and allow all
the music below it to "flow and scale" as needed?

thanks
Rick





Graham Percival-2 wrote:
> 
> Rick Hansen (aka RickH) wrote:
>> Here is how to scale only the staff and still leave your headings
>> unaffected: (from a topic recently discussed here)
> 
> I'm glad that you're happy with the result, but I believe you are 
> mistaken.  I think the example below makes the headings three font steps 
> smaller than 20.  Try the below example with a global font size of 13 
> and 26.
> 
>>  Also the "magstep"
>> function should be more-clearly explained in the manual, I still dont
>> know
>> what it does really, but it works.
> 
> When you find out, let me know.  :)
> 
>> Also this technique is so fundamental to getting pages to look "right"
>> that
>> I think it should be part of the beginners tutorial.
> 
> As always, for documentation suggestions please see
> http://lilypond.org/web/devel/participating/documentation-adding
> 
> 
> 
> #(set-global-staff-size 13)
> #(set-global-staff-size 26)
> \header {
>          title = "My Dog Foo Foo"
> }
> \relative c'
> <<
>       \new Staff
>       \with
>       {
>           fontSize = #-3
>           \override StaffSymbol #'staff-space = #(magstep -3)
>       }
>       {
>           \clef bass
>           c8 c c c  c c c c
>       }
>   >>
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Fixing-a-font-size-tf2031539.html#a5605661
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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