lilypond-user
[Top][All Lists]
Advanced

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

Re:Overall (global) resizing difficulties


From: Patrick or Cynthia Karl
Subject: Re:Overall (global) resizing difficulties
Date: Tue, 10 Sep 2013 11:35:57 -0500



Message: 1
Date: Tue, 10 Sep 2013 15:41:49 +0100
From: "Phil Holmes" <address@hidden>
To: "Joshua Nichols" <address@hidden>, "Mailinglist
lilypond-user" <address@hidden>
Subject: Re: Overall (global) resizing difficulties
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Could you attach the problematic code, please?

I think this is an old and very strange problem, which is illustrated by the following code

\version "2.16.2"
music = \relative c' { c d e f g a b c }
 
\score {
\new Staff {\music}
\layout {#(layout-set-staff-size 80)}
}

\score {
\new Staff {\music }
\layout {#(layout-set-staff-size 5)}
}

It's difficult to see why anyone thinks that this (mis)function should even be in LilyPond.  The strangeness is only exacerbated by the fact that it's documented at the end of section 4.2.2 (Setting the Staff Size) in the 2.16 Notation Reference:

Known issues and warnings

layout-set-staff-size does not change the distance between the staff lines. 


Maybe the documentation should address how the staff size can be changed without changing the distance between the staff lines.

--
Phil Holmes


 ----- Original Message -----
 From: Joshua Nichols
 To: Mailinglist lilypond-user
 Sent: Tuesday, September 10, 2013 6:49 AM
 Subject: Overall (global) resizing difficulties


 Has anyone encountered overall resizing issues when using:


\layout {
   #(layout-set-staff-size 15)
 }I have tried to use this to scale back several more involved scores (SATB+Organ accompaniment), but if I go any less that '16' for the staff size, my notes, time signatures, words, and clefs stop shrinking.


 This isn't so much a problem with snippets; I recreated it with simple things, and they didn't come out with the same problem.


 See attached for a visual.




 IC,

 Josh




reply via email to

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