How to set line-width to width of paper

2013-06-05 Thread Richard Shann

I have just started using

\override #'(line-width . n)

for text markup, and I want the value n to be chosen so as to work out
as the distance between the margins of the paper I'm printing on. As it
is it is in staff spacing units which is inconvenient (I am writing the
critical commentary at the end of the work).

Could someone point me in the right direction here?

Richard Shann



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to set line-width to width of paper

2013-06-05 Thread Eluze
Richard Shann wrote
 I have just started using
 
 \override #'(line-width . n)
 
 for text markup, and I want the value n to be chosen so as to work out
 as the distance between the margins of the paper I'm printing on. As it
 is it is in staff spacing units which is inconvenient (I am writing the
 critical commentary at the end of the work).
 
 Could someone point me in the right direction here?

in LSR the snippet http://lsr.dsi.unimi.it/LSR/Item?id=464 extracts the
(layout-) line-width and uses it to calulate the width of the columns

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-to-set-line-width-to-width-of-paper-tp146703p146709.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to set line-width to width of paper

2013-06-05 Thread David Kastrup
Richard Shann richard.sh...@virgin.net writes:

 I have just started using

 \override #'(line-width . n)

 for text markup, and I want the value n to be chosen so as to work out
 as the distance between the margins of the paper I'm printing on.

Uh, that's the default, isn't it?

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to set line-width to width of paper

2013-06-05 Thread Richard Shann
On Wed, 2013-06-05 at 16:58 +0200, David Kastrup wrote:
 Richard Shann richard.sh...@virgin.net writes:
 
  I have just started using
 
  \override #'(line-width . n)
 
  for text markup, and I want the value n to be chosen so as to work out
  as the distance between the margins of the paper I'm printing on.
 
 Uh, that's the default, isn't it?

Yes, it does seem so, I was thinking it had gotten upset by previous
stuff, embedded postscript and such, but now I see it was just my
handling (or mangling) of the \markup {} syntax that was causing text to
flow over the left margin.

Thanks for the response,

Richard




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to set line-width to width of paper

2013-06-05 Thread Richard Shann
On Wed, 2013-06-05 at 07:49 -0700, Eluze wrote:
 Richard Shann wrote
  I have just started using
  
  \override #'(line-width . n)
  
  for text markup, and I want the value n to be chosen so as to work out
  as the distance between the margins of the paper I'm printing on. As it
  is it is in staff spacing units which is inconvenient (I am writing the
  critical commentary at the end of the work).
  
  Could someone point me in the right direction here?
 
 in LSR the snippet http://lsr.dsi.unimi.it/LSR/Item?id=464 extracts the
 (layout-) line-width and uses it to calulate the width of the columns

That looks like very useful stuff for placing verses at the end of music
- thanks!

Richard

 
 Eluze
 
 
 
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/How-to-set-line-width-to-width-of-paper-tp146703p146709.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user