Re: Increase vertical spacing between systems (Hartmut Leister)

2014-07-06 Thread Hartmut Leister
Hello Lilypond users,

the only problem I was still having, was that some of those
paper-variable didn't work (see also [1]).
However this has already been topic some time ago here and James posted
[2] a solution.:
 --snip--
 Known issues and warnings
 
 The \pageBreak command will not work within a \begin{lilypond} …
 \end{lilypond} environment.
 
 Many \paper block variables will also not work within a
 \begin{lilypond} … \end{lilypond} environment. Use \newcommand with
 \betweenLilyPondSystem in the preamble;
 
 \newcommand{\betweenLilyPondSystem}[1]{\vspace{36mm}\linebreak}
 --snip--

Thanks for all the help
Hartmut

[1] http://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00590.html
[2] http://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00591.html
-- 
Hartmut Leister haleis...@gmx.de


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


Re: Increase vertical spacing between systems

2014-07-05 Thread Hartmut Leister
Hello dear fellow users,

Am 04.07.2014 08:47, schrieb Pierre Perol-Schneider:
  system-system-spacing #'basic-distance = #19
 is probably what you're looking for.
It was! Thanks alot.
padding also works.

Am 04.07.2014 08:50, schrieb Martin Tarenskeen:
 v2.12 is quite old. Vertical spacing syntax has been drastically
 reworked since then.
Am 04.07.2014 08:55, schrieb James:
 Please upgrade to the latest stable and you will have much better
 control (and documentation) over spacing.
Now what I didn't notice, was the outdating of documentation, while my
lilyponds are of version 2.14.2 (Linux) and 2.16.0 (Windows).

Thank you and best wishes
Hartmut

-- 
Hartmut Leister hartmut.leis...@gmail.com

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


Increase vertical spacing between systems

2014-07-04 Thread Hartmut Leister
Hello Lilypond users,

I'm having a vertical spacing problem.
For a simple score (see [1]) I want to increase the vertical space
between stanza 2 and the next system (I've marked an occurence) just a
little bit.

I've looked into the documentation [2], but it doesn't seem to work.
What I don't want is to stretch the systems, like with
 \paper{
   ragged-last-bottom=##f
 }

Thanks in advance.

Hartmut

[1] https://www.dropbox.com/sh/f2rw614acsglg7i/AABvKYjtNB-1DbZo2LPA2l_Ta
[2]
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-between-systems#Vertical-spacing-between-systems
-- 
Hartmut Leister haleis...@gmx.de


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


Re: Increase vertical spacing between systems

2014-07-04 Thread Pierre Perol-Schneider
Hi Hartmut,

2014-07-04 8:12 GMT+02:00 Hartmut Leister hartmut.leis...@gmail.com:


 I'm having a vertical spacing problem.
 For a simple score (see [1]) I want to increase the vertical space
 between stanza 2 and the next system (I've marked an occurence) just a
 little bit.


   system-system-spacing #'basic-distance = #19
is probably what you're looking for.
\version 2.16.2
 
#(set-global-staff-size 16)

\paper {
   system-system-spacing #'basic-distance = #19
}

\score {

	\relative c' {
\repeat unfold 4 { c4 }
\repeat unfold 4 { d }
\repeat unfold 4 { e }
\repeat unfold 4 { f }
g4^some extra space here
\repeat unfold 3 { g }
\repeat unfold 4 { a }
\repeat unfold 4 { b }
\repeat unfold 4 { c }
\repeat unfold 4 { b }
\repeat unfold 4 { a }
\repeat unfold 4 { g }
\repeat unfold 4 { f }
\repeat unfold 4 { e }
\repeat unfold 4 { d }
\repeat unfold 4 { c }
}

	\addlyrics {
  \set stanza = 1.
		\repeat unfold 64 bla
	}
	\addlyrics {
  \set stanza = 2.
		\repeat unfold 64 blubb
	}

  \layout {
	\context {
	  \Score
	  \remove Bar_number_engraver		
	}
	indent = #0			
  }
}___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Increase vertical spacing between systems

2014-07-04 Thread Martin Tarenskeen



On Fri, 4 Jul 2014, Hartmut Leister wrote:


Hello Lilypond users,

I'm having a vertical spacing problem.
[2]
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-between-systems#Vertical-spacing-between-systems



v2.12 is quite old. Vertical spacing syntax has been drastically reworked 
since 
then.


http://www.lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables

--

MT

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


Re: Increase vertical spacing between systems

2014-07-04 Thread James
On 04/07/14 07:50, Martin Tarenskeen wrote:


 On Fri, 4 Jul 2014, Hartmut Leister wrote:

 Hello Lilypond users,

 I'm having a vertical spacing problem.
 [2]
 http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-between-systems#Vertical-spacing-between-systems



 v2.12 is quite old. Vertical spacing syntax has been drastically
 reworked since then.

 http://www.lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables


Oh gosh yes!

I didn't notice you were referring to 2.12.

There were huge changes in 2.14.

Please upgrade to the latest stable and you will have much better
control (and documentation) over spacing.

http://lilypond.org/download.html

Note you should also probably run the 'convert.ly' script (after you
have installed the latest code) on any lilypond scores that you are
using that are still being compiled by 2.12 to make sure that any
significant syntax changes we have made in the code are detected and
converted in your *.ly files.

http://www.lilypond.org/doc/v2.18/Documentation/usage/updating-files-with-convert_002dly.html

James



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


Re: Increase vertical spacing between systems

2014-07-04 Thread Pierre Perol-Schneider
2014-07-04 8:55 GMT+02:00 James pkx1...@gmail.com:


 I didn't notice you were referring to 2.12.


Oups, neither did I...
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user