Re: Setting line-width for individual lines

2023-10-16 Thread Benjamin Bruce
Thank you; it looks like \pseudoIndents will work very nicely.
I actually did see that snippet, but I thought it was just for left indents. 
Thank you for pointing it out to me!

Benjamin Bruce

Ѫѯ 2023-10-16 Ѩё 21:07, Aaron Hill  ѮѴё:
> On 2023-10-16 7:15 pm, Benjamin Bruce wrote:
>> I know how to set line-width in the \layout block to apply it to the 
>> whole score. But is it possible to set line-widths on an individual 
>> line basis (or for groups of lines), for example one width for lines 
>> 1-2, and then a different width for lines 3-4? I know about 
>> ragged-right, but I don't like the look of the ragged edge and would 
>> rather have the power to specify just how wide I want each line to be.
>
> Perhaps something like \pseudoIndents from LSR 1098 [1] would be 
> helpful.
>
> [1]: https://lsr.di.unimi.it/LSR/Item?id=1098
>
>
> -- Aaron Hill



Re: Setting line-width for individual lines

2023-10-16 Thread Aaron Hill

On 2023-10-16 7:15 pm, Benjamin Bruce wrote:
I know how to set line-width in the \layout block to apply it to the 
whole score. But is it possible to set line-widths on an individual 
line basis (or for groups of lines), for example one width for lines 
1-2, and then a different width for lines 3-4? I know about 
ragged-right, but I don't like the look of the ragged edge and would 
rather have the power to specify just how wide I want each line to be.


Perhaps something like \pseudoIndents from LSR 1098 [1] would be 
helpful.


[1]: https://lsr.di.unimi.it/LSR/Item?id=1098


-- Aaron Hill



Setting line-width for individual lines

2023-10-16 Thread Benjamin Bruce
I know how to set line-width in the \layout block to apply it to the whole 
score. But is it possible to set line-widths on an individual line basis (or 
for groups of lines), for example one width for lines 1-2, and then a different 
width for lines 3-4? I know about ragged-right, but I don't like the look of 
the ragged edge and would rather have the power to specify just how wide I want 
each line to be.

Hopefully that makes sense. Let me know if you have any ideas, or if this is 
too much to ask of LilyPond. Thanks in advance!

Benjamin Bruce



Re: line-width in lilypond book

2022-10-25 Thread Werner LEMBERG
>> Actually,
>>
>> ```
>> \begin[line-width=394\pt]{lilypond}
>> ```
>>
>> is also correct.
> 
> Nope.  It is backward compatibility but should not be used anywhere.
> 
> git grep '\\begin\['
> 
> unfortunately shows that this isn't consistently done yet.  The
> problem with the old form is that it is not the optional LaTeX
> option syntax and could not possibly be implemented in a
> LaTeX-internal verbatim-like environment.

OK.  David, could you prepare a documentation patch, please?


Werner



Re: line-width in lilypond book

2022-10-25 Thread David Kastrup
Werner LEMBERG  writes:

>> The correct syntax is
>> 
>> \begin{lilypond}[line-width=394\pt]
>
> Actually,
>
> ```
> \begin[line-width=394\pt]{lilypond}
> ```
>
> is also correct.

Nope.  It is backward compatibility but should not be used anywhere.

git grep '\\begin\['

unfortunately shows that this isn't consistently done yet.  The problem
with the old form is that it is not the optional LaTeX option syntax and
could not possibly be implemented in a LaTeX-internal verbatim-like
environment.

-- 
David Kastrup



Re: line-width in lilypond book

2022-10-25 Thread Jean Abou Samra




Le 25/10/2022 à 15:56, Werner LEMBERG a écrit :

The correct syntax is

\begin{lilypond}[line-width=394\pt]

Actually,

```
\begin[line-width=394\pt]{lilypond}
```

is also correct.


Ah, OK, I didn't know that. Then we need more info from the OP to 
understand what the problem actually is.




Re: line-width in lilypond book

2022-10-25 Thread Werner LEMBERG


> The correct syntax is
> 
> \begin{lilypond}[line-width=394\pt]

Actually,

```
\begin[line-width=394\pt]{lilypond}
```

is also correct.


Werner



Re: line-width in lilypond book

2022-10-25 Thread Jean Abou Samra

Le 25/10/2022 à 10:31, Stefan Thomas a écrit :

Community,
I just noticed that it doesn't seem to make any difference whether I 
write

 \begin[line-width=394\pt]{lilypond}
or
 \begin[line-width=394\pt]{lilypond}
in a latex file, that I process with lilypond-book.
The lines don't fit the page margins.
Does anyone know what to do here?



The correct syntax is

\begin{lilypond}[line-width=394\pt]

Best,
Jean




line-width in lilypond book

2022-10-25 Thread Stefan Thomas
Community,
I just noticed that it doesn't seem to make any difference whether I write
 \begin[line-width=394\pt]{lilypond}
or
 \begin[line-width=394\pt]{lilypond}
in a latex file, that I process with lilypond-book.
The lines don't fit the page margins.
Does anyone know what to do here?
Thanks,
Stefan


Re: lyluatex: cannot increase the line width

2018-04-24 Thread Federico Bruni

I've added this issue:
https://github.com/jperon/lyluatex/issues/195


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


Re: lyluatex: cannot increase the line width

2018-04-20 Thread Federico Bruni



Il giorno ven 20 apr 2018 alle 8:55, Urs Liska <li...@openlilylib.org> 
ha scritto:



Am 20. April 2018 08:51:09 MESZ schrieb Federico Bruni 
<f...@inventati.org>:

Hi all

Sorry if I use this list to ask questions about lyluatex, but I hope
that other are interested on the topic.

I'm trying to increase the width of a snippet.
In LilyPond I can easily do it by changing the line-width and setting
ragged-right to false.
I've tried the following for lyluatex but nothing changes:

$ cat width.tex
\documentclass{article}
\usepackage{lyluatex}
\begin{document}

\begin{lilypond}[relative,line-width=300pt,ragged-right=false]
c'4 d e f
\end{lilypond}

\end{document}

No matter which value I put, the output is always the same.
I'm missing something?


Not sure, but please repeat with the debug option and inspect/show 
the generated .ly file from the temp directory.




Here's what is generated:

$ cat tmp-ly/eae183bb374f8506e020007e23aa7751.ly
%%File header
\version "2.18.2"


\include "lilypond-book-preamble.ly"

#(define inside-lyluatex #t)
#(set-global-staff-size 16.6667)

\header {
   copyright = ""
   tagline = ##f
}
\paper{

   two-sided = ##f
   line-width = 300.00\pt
   indent = 0\pt


}
\layout{




}

%%Follows original score
\relative c' {c'4 d e f}


Don't you have to deal with ragged-last to make a single-system score 
wider than necessary?


No, ragged-right works. I've tried the lilypond snippet before copying 
it in the .tex file.


Here's an example:

\version "2.19.81"

\paper {
 ragged-right = ##f
 line-width = 13\cm
}

{ c'2 d' }




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


Re: lyluatex: cannot increase the line width

2018-04-20 Thread David Kastrup
Federico Bruni <f...@inventati.org> writes:

> Hi all
>
> Sorry if I use this list to ask questions about lyluatex, but I hope
> that other are interested on the topic.
>
> I'm trying to increase the width of a snippet.
> In LilyPond I can easily do it by changing the line-width and setting
> ragged-right to false.
> I've tried the following for lyluatex but nothing changes:
>
> $ cat width.tex
> \documentclass{article}
> \usepackage{lyluatex}
> \begin{document}
>
> \begin{lilypond}[relative,line-width=300pt,ragged-right=false]
> c'4 d e f
> \end{lilypond}
>
> \end{document}
>
> No matter which value I put, the output is always the same.
> I'm missing something?

This would not work in LilyPond-Book either, would it?  The option is
called noragged-right I think.  But I am not sure whether you would not
need to tamper with ragged-last for single-line snippets anyway.  Is
there even such an option for the respective LaTeX embeddings?

-- 
David Kastrup

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


Re: lyluatex: cannot increase the line width

2018-04-20 Thread Urs Liska


Am 20. April 2018 08:51:09 MESZ schrieb Federico Bruni <f...@inventati.org>:
>Hi all
>
>Sorry if I use this list to ask questions about lyluatex, but I hope 
>that other are interested on the topic.
>
>I'm trying to increase the width of a snippet.
>In LilyPond I can easily do it by changing the line-width and setting 
>ragged-right to false.
>I've tried the following for lyluatex but nothing changes:
>
>$ cat width.tex
>\documentclass{article}
>\usepackage{lyluatex}
>\begin{document}
>
>\begin{lilypond}[relative,line-width=300pt,ragged-right=false]
>c'4 d e f
>\end{lilypond}
>
>\end{document}
>
>No matter which value I put, the output is always the same.
>I'm missing something?

Not sure, but please repeat with the debug option and inspect/show the 
generated .ly file from the temp directory.

Don't you have to deal with ragged-last to make a single-system score wider 
than necessary?

Urs

>
>Thanks
>Federico
>
>
>
>
>
>___
>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


lyluatex: cannot increase the line width

2018-04-20 Thread Federico Bruni

Hi all

Sorry if I use this list to ask questions about lyluatex, but I hope 
that other are interested on the topic.


I'm trying to increase the width of a snippet.
In LilyPond I can easily do it by changing the line-width and setting 
ragged-right to false.

I've tried the following for lyluatex but nothing changes:

$ cat width.tex
\documentclass{article}
\usepackage{lyluatex}
\begin{document}

\begin{lilypond}[relative,line-width=300pt,ragged-right=false]
c'4 d e f
\end{lilypond}

\end{document}

No matter which value I put, the output is always the same.
I'm missing something?

Thanks
Federico





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


\fill-with-pattern does not center when line-width is overridden?

2015-10-28 Thread Federico Bruni

Hello LilyPonders

I want to reduce the distance between the tocItem text and its page 
number while keeping the list *centered on the page*.

I tried the following but the list is left-aligned:


\version "2.19.29"
\paper {
 tocItemMarkup = \markup \large \column {
   \override #'(line-width . 80)
   \fill-with-pattern #1 #CENTER . \fromproperty #'toc:text 
\fromproperty #'toc:page

   }
}

\markuplist \table-of-contents

{
 \tocItem \markup "Piece 1"
 \tocItem \markup "Piece 2"
 \tocItem \markup "Piece 3"
 \repeat unfold 20 g'1
}


I guess that this is related to what is explained here for line-width:
http://www.lilypond.org/doc/v2.19/Documentation/notation/horizontal-spacing-paper-variables#paper-variables-for-widths-and-margins

but I'm not sure how it should work within a \markup block.

Thanks in advance
Federico




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


Re: \fill-with-pattern does not center when line-width is overridden?

2015-10-28 Thread Federico Bruni
Il giorno gio 29 ott 2015 alle 0:38, Thomas Morley 
<thomasmorle...@gmail.com> ha scritto:

 tocItemMarkup =
   \markup
 \large
 \fill-line { %% <
   \override #'(line-width . 80)
   \fill-with-pattern #1 #CENTER .
 \fromproperty #'toc:text
 \fromproperty #'toc:page
 }


Ah ok, \fill-line instead of \column.
Thanks!





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


Re: \fill-with-pattern does not center when line-width is overridden?

2015-10-28 Thread Thomas Morley
2015-10-28 23:41 GMT+01:00 Federico Bruni <f...@inventati.org>:
> Hello LilyPonders
>
> I want to reduce the distance between the tocItem text and its page number
> while keeping the list *centered on the page*.
> I tried the following but the list is left-aligned:
>
>
> \version "2.19.29"

\paper {
 tocItemMarkup =
   \markup
 \large
 \fill-line { %% <
   \override #'(line-width . 80)
   \fill-with-pattern #1 #CENTER .
 \fromproperty #'toc:text
 \fromproperty #'toc:page
 }
}


>
> \markuplist \table-of-contents
>
> {
>  \tocItem \markup "Piece 1"
>  \tocItem \markup "Piece 2"
>  \tocItem \markup "Piece 3"
>  \repeat unfold 20 g'1
> }

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


Fixed ledger line width with no dimension.

2015-02-22 Thread Pierre Perol-Schneider
Hi All,

Please find herewith my last attempt to reach a kind of modern and easy
gregorian notation (see previous discussion here :

http://lilypond.1069038.n5.nabble.com/kind-of-gregorian-moving-noteheads-tc170995.html
and here :

http://lilypond.1069038.n5.nabble.com/Hungarian-Gregorian-tc171130.html).


And I'm stucked for some days now: Since note heads should stick together,
ledger lines desapear (or are hidden by the note heads, see attached pic).

So I'm looking for a way to fix the leger line length without any dimension
so that no gap would remain.


TIA for any help,

Cheers

Pierre


modernGregorian.ily
Description: Binary data
\version 2.18.2
\include modernGregorian.ily

\paper { 
  indent = 0
}

sanctus = \transpose c c' {
  \clef G
  \key a\major
  \omit Stem
  \melisma { d \lst e } e 
  \bar |
  \melisma { 
\lst e \sli c \lst d \tli c \tli b, r d \lst f \tli e 
  }
  \melisma { d \lst e } e
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar |
  \melisma { e \lst g r a \lst b } \melisma { \lst a \tli g \tli f \tli e }
  \melisma { 
f \lst a \mli e \sli c \lst d \tli c \tli
b, -\tweak extra-offset #'(1 . -2.5) \orn 
r r \lst f \tli e f \lst g 
  } \melisma { \lst f \tli e }
  \bar ||
}

sanctusLyrics = \lyricmode {
  mi -- ni.
  Ho -- sán -- na in ex -- cél -- sis.
}

\score {
  
\cadenzaOn
\new Voice = Sanctus \sanctus
\new Lyrics \lyricsto Sanctus \sanctusLyrics
  
  \layout {
ragged-right = ##f
\context {
  \Lyrics
  \override VerticalAxisGroup.staff-affinity = ##f
}
  }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
Hi Kevin,

thanks for your advise. I have found that in fact I have to adjust the
line-width file by file. Most of the times when a file has multiple lines
lilypond-book works fine, the problem arises when I have single lines which
lilypond doesn't split in two lines but which are too full to be placed
within the line-width.

Maybe it would be nice to have a function by which to fix the total-width of
a line, including brackets and instrument names.

Thank you,
Andrea



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Line-width-and-Lilypond-book-tp170880p170915.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: Line-width and Lilypond-book

2015-01-23 Thread Kevin Barry
On Fri, Jan 23, 2015 at 2:34 PM, Jayaratna jayara...@gmail.com wrote:

 I'd simply like it to be as large as the textwidth. I have had a good
 result
 by manually inserting a slightly shorter line-width (2mm less than the
 textwidth) in the paper block.


There is currently no way to fix the width of a lilypond score: lilypond
considers a `line' to begin with the line that starts a system, so anything
that is to the /left/ of that, such as the system start bracket, the
instrument name, or bar numbers will make the actual line-width longer than
you have specified. Fixing the paper width doesn't solve the problem
either: if the left margin and indent are both 0, lilypond will put stuff
off the page to the left (or, in the case of eps-backend images, make the
image wider than the paper=width).

The workaround I use is either to use a shorter line-width (or
paper-width), or to add a little left-margin, but the value you need to use
varies depending on the staff-size and on what lies outside of it, so you
just have to experiment every time and check how wide the images are. It's
tedious, and also the reason I stopped using lilypond-book (now I just
create the score images separately and include them manually).

I don't know if this is considered a bug (but I think it should be, or at
least a much-needed enhancement). As an example, consider the following
minimal example:

\version 2.18.2


\paper {

  left-margin = 0

  indent = 0

}

\new Staff \with { instrumentName = CAN'T SEE ME } {

  c

}


hth,

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


Re: Line-width and Lilypond-book

2015-01-23 Thread Federico Bruni
2015-01-23 10:47 GMT+01:00 Jayaratna jayara...@gmail.com:

 \documentclass[a4paper]{article}
 \begin{document}

 Dummy text, dummy text...

 \noindent \lilypondfile{exemple01.ly}

 \end{document}



I think that the indent should be an option of \lilypondfile, as explained
in the doc:

\lilypondfile[options,go,here]{filename}

so:

\lilypondfile[noindent]{example01.ly}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
Dear Lilypondians,

I am stuck with a linewidth problem in Lilypond-book. Here is a minimal
example of my latex file:

\documentclass[a4paper]{article}
\begin{document}

Dummy text, dummy text...

\noindent \lilypondfile{exemple01.ly}

\end{document}

And my esemple01.ly:
\version 2.18.2
\score { \new Staff \relative c'' {
  \clef violin \key f \major
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d
  a4 bes c d a bes c d

}

}


I use 
lilypond-book --latex-program=pdflatex --leftpadding=0 latexfile.lytex
and then 
pdflatex latexfile.tex

I get this:

http://lilypond.1069038.n5.nabble.com/file/n170880/2015-01-23-104544_1920x1080_scrot.png
 

Where's the problem?

Thank you,
Andrea



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Line-width-and-Lilypond-book-tp170880.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: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
\documentclass[a4paper]{article}

\begin{document}

Dummy text, dummy text...

\lilypondfile[noindent]{esempioprova01.ly}

\end{document}

and

\documentclass[a4paper]{article}

\begin{document}

Dummy text, dummy text...

\lilypondfile{esempioprova01.ly}

\end{document}

give exactly the same result. I'm more worried about the right margin than
about the indent, though.

A



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Line-width-and-Lilypond-book-tp170880p170890.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: Line-width and Lilypond-book

2015-01-23 Thread Federico Bruni
2015-01-23 14:17 GMT+01:00 Jayaratna jayara...@gmail.com:

 give exactly the same result. I'm more worried about the right margin than
 about the indent, though.



how do you want it to look like?
perhaps:

\noindent
Dummy text, dummy text...

???

see attached pdf


book.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
I'd simply like it to be as large as the textwidth. I have had a good result
by manually inserting a slightly shorter line-width (2mm less than the
textwidth) in the paper block.

A



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Line-width-and-Lilypond-book-tp170880p170894.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


Line width --- Thanks!

2014-07-14 Thread Charles Marshall
Thanks to everyone who responded to my Line width question, and 
especially to Janek Warchol and Robin Bannister who provided working 
solutions.  Robin's is:  \stopStaff s16*25  placed just after the last 
line inside each Voice in my application with ragged-last = ##f .


Charlie

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


Re: Line width --- Thanks!

2014-07-14 Thread Noeck
Am 14.07.2014 13:01, schrieb Charles Marshall:
 Thanks to everyone who responded to my Line width question, and
 especially to Janek Warchol and Robin Bannister who provided working
 solutions.  Robin's is:  \stopStaff s16*25  placed just after the last
 line inside each Voice in my application with ragged-last = ##f .
 
 Charlie


From your mail I suppose the previous answers are working for you.
Because I was interested myself in a solution, I tried Janeks proposal
and as you said that works. Here is a minimal example for completeness:

\version 2.18.2

\paper {
  ragged-last = ##t
}

{
  a a a a \break
  \override Score.SpacingSpanner #'base-shortest-duration =
#(ly:make-moment 1 128)
  \newSpacingSection
  a a a a \bar |.
}

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


Re: line width

2014-07-13 Thread Robin Bannister

Charles Marshall wrote:

How can the length of a ragged last line be adjusted?  With
ragged-last-line = ##t , the line is too short to look good; with = ##f
, it's right-justified and too long.


Quick and nasty: at the end, append (in any voice)

   \stopStaff s16*40

and adjust the 40 to suit.


Cheers,
Robin

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


line width

2014-07-12 Thread Charles Marshall
How can the length of a ragged last line be adjusted?  With 
ragged-last-line = ##t , the line is too short to look good; with = ##f 
, it's right-justified and too long.


The answer must be in the documentation, but I have not been able to 
speak the magic Google incantation to make it appear.


Charlie

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


Re: line width

2014-07-12 Thread Paul Morris
Charles Marshall wrote
 How can the length of a ragged last line be adjusted?  With 
 ragged-last-line = ##t , the line is too short to look good; with = ##f 
 , it's right-justified and too long.
 
 The answer must be in the documentation, but I have not been able to 
 speak the magic Google incantation to make it appear.

There's the line-width property:
http://lilypond.org/doc/v2.18/Documentation/notation/line-length

Although I don't know how or if it can be made to affect only the last line,
so you may have to look around in that section:
http://lilypond.org/doc/v2.18/Documentation/notation/horizontal-spacing

I general, when Google fails me, I have had good luck with the Notation
Reference index:
http://lilypond.org/doc/v2.18/Documentation/notation/lilypond-index

Cheers,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/line-width-tp164362p164364.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: line width

2014-07-12 Thread Phil Holmes
- Original Message - 
From: Charles Marshall marsh...@potsdam.edu

To: lilypond-user@gnu.org
Sent: Saturday, July 12, 2014 2:22 PM
Subject: line width


How can the length of a ragged last line be adjusted?  With 
ragged-last-line = ##t , the line is too short to look good; with = ##f 
, it's right-justified and too long.


The answer must be in the documentation, but I have not been able to 
speak the magic Google incantation to make it appear.


Charlie


\break and ragged-last-line = ##t

--
Phil Holmes

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


Re: line width

2014-07-12 Thread James
On 12/07/14 14:22, Charles Marshall wrote:
 How can the length of a ragged last line be adjusted?  With
 ragged-last-line = ##t , the line is too short to look good; with =
 ##f , it's right-justified and too long.

 The answer must be in the documentation, but I have not been able to
 speak the magic Google incantation to make it appear.

 Charlie

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
You could put a manual \break in, if all else fails, and push a measure
or two over.

James

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


Re: line width

2014-07-12 Thread Knute Snortum
Google:  I use the following to get all the notation and tutorials:

site:lilypond.org/doc/v2.18 search-term


Knute Snortum
(via Gmail)


On Sat, Jul 12, 2014 at 7:08 AM, James pkx1...@gmail.com wrote:

 On 12/07/14 14:22, Charles Marshall wrote:
  How can the length of a ragged last line be adjusted?  With
  ragged-last-line = ##t , the line is too short to look good; with =
  ##f , it's right-justified and too long.
 
  The answer must be in the documentation, but I have not been able to
  speak the magic Google incantation to make it appear.
 
  Charlie
 
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user
 You could put a manual \break in, if all else fails, and push a measure
 or two over.

 James

 ___
 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


Re: line width

2014-07-12 Thread Janek Warchoł
2014-07-12 15:22 GMT+02:00 Charles Marshall marsh...@potsdam.edu:
 How can the length of a ragged last line be adjusted?  With ragged-last-line
 = ##t , the line is too short to look good; with = ##f , it's
 right-justified and too long.

It's not possible to set the width of just one system.  However, you
can use this snippet
https://github.com/openlilylib/openlilylib/tree/master/notation-snippets/adjust-horizontal-spacing
to adjust horizontal spacing. To have the adjustment only affect the
last system, use \newSpacingSection (it's described in the docs).

hth,
Janek

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


Re: line width

2014-07-12 Thread Kieren MacMillan
Hi all,

 It's not possible to set the width of just one system.

Not even by overriding NonMusicalPaperColumn.line-break-system-details?

Kieren.
___

Kieren MacMillan, composer
www:  http://www.kierenmacmillan.info
email:  i...@kierenmacmillan.info

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


Re: line width

2014-07-12 Thread David Kastrup
Kieren MacMillan kieren_macmil...@sympatico.ca writes:

 Hi all,

 It's not possible to set the width of just one system.

 Not even by overriding NonMusicalPaperColumn.line-break-system-details?

That sounds like a trick question.  Mind you, I don't actually know the
answer myself.

And I'll pass on experiments right now in order to take my stuffed
sinuses back to bed soonish since Conny leaves tomorrow for a week of
horsemanship coursework in Czechia and I'll have to tend the somewhat
upward of a dozen horses remaining here, flu or not.

-- 
David Kastrup

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


Re: line width

2014-07-12 Thread Janek Warchoł
2014-07-12 20:57 GMT+02:00 Kieren MacMillan kieren_macmil...@sympatico.ca:
 Hi all,

 It's not possible to set the width of just one system.

 Not even by overriding NonMusicalPaperColumn.line-break-system-details?

Hmm.  Maybe, but i don't know anything about this - too advanced magic :)

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


Re: line width

2014-07-12 Thread Urs Liska


On 12. Juli 2014 21:38:26 MESZ, Janek Warchoł janek.lilyp...@gmail.com 
wrote:
2014-07-12 20:57 GMT+02:00 Kieren MacMillan
kieren_macmil...@sympatico.ca:
 Hi all,

 It's not possible to set the width of just one system.

 Not even by overriding
NonMusicalPaperColumn.line-break-system-details?

Hmm.  Maybe, but i don't know anything about this - too advanced magic
:)


What about forcing the horizontal spacing to be wider instead?

_




__
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


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


Re: Line-width and the alignment of the copyright notice

2011-02-21 Thread Ivo Bouwmans
Hallo Reinhold,

 Changing the value of line-width (which according to the documentation sets
 the width of music systems), I noticed that the copyright notice changed
 position too. See the example in the attachment: it left-aligns with the
 staves.
 
 Actually, what you are observing is a consequence of the tagline being too 
 wide... It is centered, as long as it is not wieder than the linewidth. 
 However, in 2.12.x, the left edge of the tagline never moves further to the 
 left than the page margin. That's what you are observing.
 
 In 2.13.x (soon to be the 2.14 release), the tagline is always centered and 
 moves further to the left than the margin, even if it falls off the page on 
 the left.

Thanks!
Now I know I'm not doing anything wrong, and I just have to wait for 2.14.
-- 
Vriendelijke groeten,  =  Best wishes,  =  Afablajn salutojn,

Ivo


www.ivo.bouwmans.name






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


Line-width and the alignment of the copyright notice

2011-02-20 Thread Ivo Bouwmans
Dear all,

Changing the value of line-width (which according to the documentation sets the 
width of music systems), I noticed that the copyright notice changed position 
too. See the example in the attachment: it left-aligns with the staves.

Is there a way to keep the copyright notice centred like the tagline?
-- 
Vriendelijke groeten,  =  Best wishes,  =  Afablajn salutojn,

Ivo


www.ivo.bouwmans.name




test.ly
Description: Binary data





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


Re: Line-width and the alignment of the copyright notice

2011-02-20 Thread Reinhold Kainhofer
Am Sonntag, 20. Februar 2011, um 21:50:53 schrieb Ivo Bouwmans:
 Dear all,
 
 Changing the value of line-width (which according to the documentation sets
 the width of music systems), I noticed that the copyright notice changed
 position too. See the example in the attachment: it left-aligns with the
 staves.

Actually, what you are observing is a consequence of the tagline being too 
wide... It is centered, as long as it is not wieder than the linewidth. 
However, in 2.12.x, the left edge of the tagline never moves further to the 
left than the page margin. That's what you are observing.

In 2.13.x (soon to be the 2.14 release), the tagline is always centered and 
moves further to the left than the margin, even if it falls off the page on 
the left.

Cheers,
Reinhold
-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Re: line-width

2009-08-09 Thread Trevor Daniels


Mark Polesky wrote Saturday, August 08, 2009 6:30 PM


Kieren MacMillan wrote:

p.s. Valentin (and/or other Doc-tors): Shouldn't we mention in 
this section that
ragged-right is true for single-system scores? If not, where is 
this default

mentioned?


If you look up ragged-right in the NR index
http://kainhofer.com/~lilypond/Documentation/notation/LilyPond-command-index.html#LilyPond-command-index_ky_letter-R

you'll see that ragged-right appears in Other layout variables 
and

4.5.4 Line length. If you follow both links, you'll see that the
single-line default is mentioned in the first link but not the 
second.

Perhaps mention could be made in the second one (4.5.4).


Added.

Trevor



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


line-width

2009-08-08 Thread Alexandros Droseltis
Hello!

I am writing some examples and try to make the systems wider, so that I
can write many dynamic sings between the notes. I set the width in

\paper{
indent=0\mm
line-width= 200\mm
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup = ##f
}

but from a point (somewhere after 70\mm) the width remains the same.
What do I do wrong?

I would appreciate any help.

Using Lilypond 2.13.1.

Best Regards

Alexandros


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


Re: line-width

2009-08-08 Thread Kieren MacMillan

Hi Alexandros,


but from a point (somewhere after 70\mm) the width remains the same.
What do I do wrong?


If you only have one line of music, Lilypond does not stretch the  
system by default — to change the behaviour, play around with


ragged-right = ##f
ragged-last = ##f

See http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Line- 
length#Line-length for more details.


Cheers,
Kieren.

p.s. Valentin (and/or other Doc-tors): Shouldn't we mention in this  
section that ragged-right is true for single-system scores? If not,  
where is this default mentioned?


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


[SOLVED] Re: line-width

2009-08-08 Thread Alexandros Droseltis
On Sat, Aug 08, 2009 at 13:17 -0400, Kieren MacMillan wrote:

 If you only have one line of music, Lilypond does not stretch the system by 
 default — to change the behaviour, play around with

 ragged-right = ##f
 ragged-last = ##f

 See 
 http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Line-length#Line-length
  


Thank you very much! That's it!

Best Regards

Alexandros


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


Re: line-width

2009-08-08 Thread Mark Polesky

Kieren MacMillan wrote:

 p.s. Valentin (and/or other Doc-tors): Shouldn't we mention in this section 
 that 
 ragged-right is true for single-system scores? If not, where is this default 
 mentioned?

If you look up ragged-right in the NR index
http://kainhofer.com/~lilypond/Documentation/notation/LilyPond-command-index.html#LilyPond-command-index_ky_letter-R

you'll see that ragged-right appears in Other layout variables and
4.5.4 Line length. If you follow both links, you'll see that the
single-line default is mentioned in the first link but not the second.
Perhaps mention could be made in the second one (4.5.4).

- Mark



  


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


Line-width in Lilypond-book

2009-07-22 Thread Hugo Leonardo Ribeiro
Hi everyone,
I am trying to adjust the line width in a lilypond-book example, but
whatever I try, it always look like a ragged right style. What I want is
to stretch the line, in order to the chords places more distant one from
each other.
I searched in earlier messages and someone named Morton had the same
problem:
http://www.mail-archive.com/lilypond-user@gnu.org/msg28520.html

Graham said that this bug was fixed in 2.10.6.
I am using 2.12.1 and have this problem.

This is the latex code:

\begin{center}
\lilypondfile[noindent,line-width=10
\cm,staffsize=15]{exemplos/parte_4/cap01/exemplo01.ly}
\end{center}

This is the Lilypond code:

\version 2.12.0

cima = {
\time 5/4

\relative c''{a4 b c d e} \\
\relative c'{f4 g aes bes c} 

\bar ||

\time 3/2
\relative c' {c e g b2 d fis a cis e gis b dis }
\bar ||

\time 4/2
\relative c' {a d g2 c f bes b e a d g c }
\bar ||
}

\score {
\new Staff \with { \remove Time_signature_engraver }  \cima 
\layout {
%   ragged-right = ##t
%   indent = 2.5\cm
}
\midi {
\context {
\Score tempoWholesPerMinute = #(ly:make-moment 60 4)
}
}
}


Thanks in advance.
Hugo Ribeiro
Brazil



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


Re: Line-width in Lilypond-book

2009-07-22 Thread Dmytro O. Redchuk
2009/7/22 Hugo Leonardo Ribeiro hugole...@gmail.com:
 Hi everyone,
 I am trying to adjust the line width in a lilypond-book example, but
 whatever I try, it always look like a ragged right style. What I want is
 to stretch the line, in order to the chords places more distant one from
 each other.
Try noragged-right ?..

 This is the latex code:

 \begin{center}
 \lilypondfile[noindent,line-width=10
 \cm,staffsize=15]{exemplos/parte_4/cap01/exemplo01.ly}
 \end{center}

 This is the Lilypond code:

 \version 2.12.0

 cima = {
 \time 5/4
 
 \relative c''{a4 b c d e} \\
 \relative c'{f4 g aes bes c}

 \bar ||

 \time 3/2
 \relative c' {c e g b2 d fis a cis e gis b dis }
 \bar ||

 \time 4/2
 \relative c' {a d g2 c f bes b e a d g c }
 \bar ||
 }

 \score {
        \new Staff \with { \remove Time_signature_engraver }  \cima 
        \layout {
 %               ragged-right = ##t
 %               indent = 2.5\cm
        }
        \midi {
                \context {
                \Score tempoWholesPerMinute = #(ly:make-moment 60 4)
                }
        }
 }


 Thanks in advance.
 Hugo Ribeiro
 Brazil



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




-- 
Dmytro O. Redchuk


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


Re: Line-width in Lilypond-book

2009-07-22 Thread Jonathan Kulp
To handle this problem on my own files, I make sure to use false
ragged-right setting inside the included lilypond file.

Jon

On Wed, Jul 22, 2009 at 9:11 AM, Hugo Leonardo Ribeiro
hugole...@gmail.comwrote:

 Hi everyone,
 I am trying to adjust the line width in a lilypond-book example, but
 whatever I try, it always look like a ragged right style. What I want is
 to stretch the line, in order to the chords places more distant one from
 each other.
 I searched in earlier messages and someone named Morton had the same
 problem:
 http://www.mail-archive.com/lilypond-user@gnu.org/msg28520.html

 Graham said that this bug was fixed in 2.10.6.
 I am using 2.12.1 and have this problem.

 --
Jonathan Kulp
http://www.jonathankulp.com
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Line-width in Lilypond-book

2009-07-22 Thread Carl Sorensen



On 7/22/09 8:11 AM, Hugo Leonardo Ribeiro hugole...@gmail.com wrote:

 Hi everyone,
 I am trying to adjust the line width in a lilypond-book example, but
 whatever I try, it always look like a ragged right style. What I want is
 to stretch the line, in order to the chords places more distant one from
 each other.
 I searched in earlier messages and someone named Morton had the same
 problem:
 http://www.mail-archive.com/lilypond-user@gnu.org/msg28520.html
 
 Graham said that this bug was fixed in 2.10.6.
 I am using 2.12.1 and have this problem.
 
 This is the latex code:
 
 \begin{center}
 \lilypondfile[noindent,line-width=10
 \cm,staffsize=15]{exemplos/parte_4/cap01/exemplo01.ly}
 \end{center}

You need to set ragged-right = ##f in your \lilypondfile call.

HTH,

Carl



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


Re: Can't Change Line Width

2009-06-19 Thread David Boothe

Thanks, Kieran.  That fixed it.

-David.



- Original Message 
 From: Kieren MacMillan kieren_macmil...@sympatico.ca
 To: David Boothe dmboo...@yahoo.com
 Cc: lilypond-user@gnu.org
 Sent: Thursday, June 18, 2009 11:02:44 PM
 Subject: Re: Can't Change Line Width
 
 Hi David,
 
  I have a template that I use for setting the weekly Psalm antiphons - a 
  single 
 line melody with lyrics on letter size paper in landscape mode.  It has 
 always 
 worked fine.
  Recently I upgraded Lilypond to 2.12 (on Windows).  Now the width of the 
  line 
 is less than half the width of the page, causing the layout to be crowded, 
 horizontally.  It readable, but not easily.
 
 I believe v2.12 was when the default changed for ragged-right on single-line 
 scores -- to fix this issue, add the line
 
 ragged-right = ##f
 
 to your \paper block.
 
 Hope this helps!
 Kieren.



  


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


Re: Can't Change Line Width

2009-06-19 Thread Wilbert Berendsen
Hi,

In 2.12 single line scores are by default short. To have single line scores 
extend to the full line width, add ragged-right = ##f to the paper block.

( You *can* set line-width etc. in the \paper { } block, not the \layout 
block. )

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


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


Can't Change Line Width

2009-06-18 Thread David Boothe

I am new to this list, though not new to Lilypond.  However, I am by no means a 
Lilypond expert.

I have a template that I use for setting the weekly Psalm antiphons - a single 
line melody with lyrics on letter size paper in landscape mode.  It has always 
worked fine.

Recently I upgraded Lilypond to 2.12 (on Windows).  Now the width of the line 
is less than half the width of the page, causing the layout to be crowded, 
horizontally.  It readable, but not easily.

So I added this line to the layout block:

line-width = #150

using various values for the number. Nothing changes.  I also tried

line-width = 24\cm

but that produces an error at \cm.

Increasing the staff size makes it larger, but does not change the width vs. 
height, so the layout remains crowded.

Any help appreciated.

Thank you.

-David.


  


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


Re: Can't Change Line Width

2009-06-18 Thread Kieren MacMillan

Hi David,

I have a template that I use for setting the weekly Psalm antiphons  
- a single line melody with lyrics on letter size paper in  
landscape mode.  It has always worked fine.
Recently I upgraded Lilypond to 2.12 (on Windows).  Now the width  
of the line is less than half the width of the page, causing the  
layout to be crowded, horizontally.  It readable, but not easily.


I believe v2.12 was when the default changed for ragged-right on  
single-line scores -- to fix this issue, add the line


ragged-right = ##f

to your \paper block.

Hope this helps!
Kieren.


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


Line-width, Staff Size, Print Size

2008-01-10 Thread Reilly
What is the relationship between the digital size of the line-width 
and staff height (in Lilypond specs, in the .ps file, and in the .pdf 
file) and the printed output? Is it true and invariant?


If I specify that the line-width = 178 mm, is it truly 178 mm?
If I specify a staff height (#(set-global-staff-size 17.82)), is the 
staff height truly 6.3 mm?


Here's the situation: up to now I have printed out my musical 
manuscripts at home and adjusted the staff size by eye and ruler. If I 
needed enlargements, I photocopied and enlarged the original by eye and 
ruler.


I am now preparing a major orchestral score and parts and sending the 
.pdf files electronically to a print shop. I will format the musical 
score for an 8.5 x 11 in original so that the print shop will enlarge 
the score perfectly to 11x14 inches and the parts to 9.5 x 12 inches 
respectively.


I need to tell the print shop the enlargement percentages. I am not 
asking for help in arithmetic here --- I can do the math. For example, 
if I wanted 1 inch margins in my 11 x 14 in score (and if I were 
printing directly onto 11 x 14 inch paper), I would set the line-width 
= 228.6 mm for 11x14 in paper. *However,* since I am formatting the 
score for 8.5 x 11 in paper, I must scale the line-width to 177.2 mm 
(78% reduction). Then the printer will enlarge the  digital original 
by 129% to yield a final size of 228.6 mm.


Will this reasoning hold accurately in the digital realm?

Any pitfalls to watch out for?

Much obliged.

Jeremiah



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


Re: Line-width, Staff Size, Print Size

2008-01-10 Thread Carl Sorensen
Reilly reilly at together.net writes:

 
 I am now preparing a major orchestral score and parts and sending the 
 .pdf files electronically to a print shop. I will format the musical 
 score for an 8.5 x 11 in original so that the print shop will enlarge 
 the score perfectly to 11x14 inches and the parts to 9.5 x 12 inches 
 respectively.
 

If it were me, I'd set the paper size for the 11x14 and 9.5x12 and let lilypond
generate the pdf's at the true size.  Then I'd use acrobat reader or some other
printer to automatically resize the lager-size outputs for local printing on my
8 1/2x 11 inch paper.

Carl Sorensen



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


Re: Line-width, Staff Size, Print Size

2008-01-10 Thread Karl Hammar
 What is the relationship between the digital size of the line-width 
 and staff height (in Lilypond specs, in the .ps file, and in the .pdf 
 file) and the printed output? Is it true and invariant?

Depends on your printer and it might call for minor adjustments.
But it should be 1:1. Print out a grid and find out.

 If I specify that the line-width = 178 mm, is it truly 178 mm?
...

I did a test run with a score with linewidth = 155 \mm, and it come out 
as 155mm plus 1-1.5mm for the choral staff bracket.

Why don't you simply test it.

/Karl




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


line-width in \markuplines

2007-11-10 Thread Monk Panteleimon
Hello. 
According to the 2.11 docs (8.1.9), I should be able to change the line width in
\markuplines using \override #'(line-width . X) 
but it doesn't seem to work. 

example:
http://www.tcgalaska.com/kliros/ly/esauWood.ly


Is it a bug? 
-- 
Monk Panteleimon
Hermitage of the Holy Cross
Wayne, WV, USA
[EMAIL PROTECTED]

+
 IC + XC
+ + + + +
 NI + KA
+


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


warning deprecated option line-width

2007-07-19 Thread Mehmet Okonsar
I get this warning:
lilypond-book: warning: deprecated ly-option used: line-width=9cm

what is to be used instead?
I'm using separate files for a latex project so lilypond-book can not 
get the info she needs about the paper size from the file...
-- 
  |\___/|
  | . . |
  ` =;= '___
 8  .-.  /   _
 8 / _ \/   .  . mehmet okonsar
  | / \| --   pianist-composer-conductor
 
Nothing astonishes men so much as common sense and plain dealing.
-- Ralph Waldo Emerson
If you live in a country run by committee, be on the committee.
-- Graham Summer
God is really only another artist.  He invented the giraffe, the 
elephant
and the cat.  He has no real style, He just goes on trying other 
things.
-- Pablo Picasso
*
My weight is perfect for my height -- which varies.
Finagle's Second Law:
No matter what the anticipated result, there will always be
someone eager to (a) misinterpret it, (b) fake it, or (c) believe it
happened according to his own pet theory.
 
You cannot kill time without injuring eternity.
 
Some husbands are living proof that a woman can take a joke.









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


Re: Setting line width from the command line?

2006-10-15 Thread Laura Conrad
 Mats == Mats Bengtsson [EMAIL PROTECTED] writes:

Mats With lilypond-book, you can easily override the line width
Mats using
Mats \begin[line-width=10\cm]{lilypond}
Mats ...
Mats \end{lilypond}

Yes, but if I have a file with 21 songs of four parts each, that means
I have to change 83 lines every time I want to fiddle with the
margins.  If there were a command line switch, I could change just the
geometry line and the command line in the makefile.

Does anyone know whether there's some other LaTeX syntax which would
define a macro or variable so that lilypond-book could use it in this
case?  

Of course, if the bug where the lilypond lines are too long would just
get fixed, that would be easier still.  

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


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


Setting line width from the command line?

2006-10-14 Thread Laura Conrad

I tried a bunch of variations on the -d option, and haven't found one
that works yet:

$ lilypond -dline-width=\3\in\ essex-cantus.ly
GNU LilyPond 2.9.23
warning: no such internal option: line-width


And the lilypond process continues, but doesn't set the line width to
3 inches.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


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


Re: Setting line width from the command line?

2006-10-14 Thread Mats Bengtsson

Run lilypond -dhelp
to see a full list of the options that can be set this way.
(Run lilypond --help or lilypond -h to find out about the -dhelp option).

  /Mats

Quoting Laura Conrad [EMAIL PROTECTED]:



I tried a bunch of variations on the -d option, and haven't found one
that works yet:

$ lilypond -dline-width=\3\in\ essex-cantus.ly
GNU LilyPond 2.9.23
warning: no such internal option: line-width


And the lilypond process continues, but doesn't set the line width to
3 inches.

--
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


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







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


Re: Setting line width from the command line?

2006-10-14 Thread Laura Conrad
 Mats == Mats Bengtsson [EMAIL PROTECTED] writes:

Mats Run lilypond -dhelp to see a full list of the options that
Mats can be set this way.  (Run lilypond --help or lilypond -h to
Mats find out about the -dhelp option).


Would it be possible to add line-width to that list?  Especially if
that's easier than fixing lilypond-book to pick the right line-width?


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


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


Re: Setting line width from the command line?

2006-10-14 Thread Mats Bengtsson

With lilypond-book, you can easily override the line width
using
\begin[line-width=10\cm]{lilypond}
...
\end{lilypond}

 /Mats

Laura Conrad wrote:


Mats == Mats Bengtsson [EMAIL PROTECTED] writes:
   



   Mats Run lilypond -dhelp to see a full list of the options that
   Mats can be set this way.  (Run lilypond --help or lilypond -h to
   Mats find out about the -dhelp option).


Would it be possible to add line-width to that list?  Especially if
that's easier than fixing lilypond-book to pick the right line-width?


 




--
=
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Line width

2004-06-20 Thread Walter Hofmeister
Hello,
I am trying to set the width of the lines of music that Lilypond
produces. I am sure that this has worked for me in previous versions but now
it seems to have no effect. The manual says:
 
The most basic settings influencing the spacing are 'indent' and
'linewidth'. They are set in the \paper block. They control the indentation
of the first line of music, and the lengths of the lines.

There are no examples of these two parameters. The head of my .ly file looks
like this:

\version 2.2.0
\include english.ly

\paper{
   
   indent = 5 \mm
   linewidth = 185 \mm
   interscoreline = 36 \pt
   pagenumber=no
 }


Does this look OK? Can anyone tell me what I am doing wrong? I have tried
numverous sizes and it has made no difference. I have checked several files
in the Mutopia folder that is installed with Lilypond and it appears that my
line is correct. Copying and pasting the line from other files has also
produced no change in the line width. Anybody?

Walter HOfmeister




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Line width

2004-06-20 Thread Walter Hofmeister
On 6/20/04 10:51 PM, Walter Hofmeister [EMAIL PROTECTED] wrote:

 Hello,
 I am trying to set the width of the lines of music that Lilypond
 produces. I am sure that this has worked for me in previous versions but now
 it seems to have no effect. The manual says:
  
 The most basic settings influencing the spacing are 'indent' and
 'linewidth'. They are set in the \paper block. They control the indentation
 of the first line of music, and the lengths of the lines.
 
 There are no examples of these two parameters. The head of my .ly file looks
 like this:
 
 \version 2.2.0
 \include english.ly
 
 \paper{

indent = 5 \mm
linewidth = 185 \mm
interscoreline = 36 \pt
pagenumber=no
  }
 
 
 Does this look OK? Can anyone tell me what I am doing wrong? I have tried
 numverous sizes and it has made no difference. I have checked several files
 in the Mutopia folder that is installed with Lilypond and it appears that my
 line is correct. Copying and pasting the line from other files has also
 produced no change in the line width. Anybody?
 
 Walter HOfmeister
 
 
 
 
 ___
 lilypond-user mailing list
 [EMAIL PROTECTED]
 http://lists.gnu.org/mailman/listinfo/lilypond-user
I solved the problem. I had a line in the \paper block that I deleted from
my above example because I did not think it was relevant. The line was:
 #(set-paper-size letter)

I had been experimenting with getting the page size to work and this line is
the one recommended in the manual but the one that actually worked was:
papersize = letter

Which is the old way of doing it no?
I also forgot to mention that I am using Lilypond 2.2.0 on Mac OS X.

Sorry for the band width.

Walter Hofmeister




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user