Re: Center Systems

2017-04-22 Thread Johannes Roeßler

Hi Kieren,

yes, I did search - obviously not in the right way.. was to fixated on 
"centered" that I didn't look for "middle of the page" - anyway, thx - 
your hint was the one I needed!


@Harm: thx for trying to help too - should have posted a pic... 
http://joeigraphie.de/lily/CenteredSystem.png


cheers, Joei



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


Re: Center Systems

2017-04-22 Thread Kieren MacMillan
Hi Johannes,

> Nobody? :(

Did you search the archive first?
http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00452.html

Hope this helps,
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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


Re: Center Systems

2017-04-22 Thread Thomas Morley
2017-04-22 18:16 GMT+02:00 Johannes Roeßler :
> Nobody? :(
>
> Hi again,
>
> I'd like to centre my systems vertically. Up to now the only options to
> manipulate the vertical features I use/know are
> ragged-bottom = ##f or ##t in the \paper-Env or explicit
> system-system-spacings. But is there an option to keep the auto-distance
> that
> is used for ragged-bottom = ##t but all systems not top-aligned but
> centre-aligned?

Hi,

well, I did not understand what you're aiming at...

Maybe an image would help. Probably faked by a graphic program.

Did you already try the flexible-vertical-spacing-paper-variables as
listed here:
http://lilypond.org/doc/v2.19/Documentation/notation-big-page#list-of-flexible-vertical-spacing-paper-variables
?

Probably:

\header { tagline = ##f }
\paper {
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  annotate-spacing = ##t
  top-system-spacing =
#'((basic-distance . 6)
   (minimum-distance . 24)
   (padding . 1)
   (stretchability . 0))
  last-bottom-spacing =
#'((basic-distance . 6)
   (minimum-distance . 24)
   (padding . 1)
   (stretchability . 0))
  system-system-spacing =
#'((basic-distance . 12)
   (minimum-distance . 6)
   (padding . 1)
   (stretchability . 1000))

}

\score {
  <<
\new Staff <<
  \repeat unfold 15 { c'4 c' c' c' }
>>
\new Staff {
  \repeat unfold 15 { d'4 d' d' d' }
}
  >>
}

Cheers,
  Harm


>
>
> \version "2.19.58"
>
> \header { tagline = ##f }
> \paper {
>   ragged-bottom = ##f
>   ragged-last-bottom = ##f
> }
>
> \score {
>   <<
> \new Staff <<
>   \repeat unfold 15 { c'4 c' c' c' }
> >>
> \new Staff {
>   \repeat unfold 15 { d'4 d' d' d' }
> }
>   >>
> }
>
> cheers Joei
>
> ***

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


Re: Center Systems

2017-04-22 Thread Johannes Roeßler

Nobody? :(

Hi again,

I'd like to centre my systems vertically. Up to now the only options to
manipulate the vertical features I use/know are
ragged-bottom = ##f or ##t in the \paper-Env or explicit
system-system-spacings. But is there an option to keep the auto-distance that
is used for ragged-bottom = ##t but all systems not top-aligned but
centre-aligned?


\version "2.19.58"

\header { tagline = ##f }
\paper {
  ragged-bottom = ##f
  ragged-last-bottom = ##f
}

\score {
  <<
\new Staff <<
  \repeat unfold 15 { c'4 c' c' c' }
>>
\new Staff {
  \repeat unfold 15 { d'4 d' d' d' }
}
  >>
}

cheers Joei

***


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