Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.12.3"\include "deutsch.ly"Titel = "Ein sehr schöner Titel" Subtitel = "- kurzer Untertitel mit Abstand! -"\relative c'' { g1 a g a g a g a}\header { title = \markup {\fontsize #+4 \Titel } subtitle = \markup {\fontsize #+2 \Subtitel }}
subtitle = \markup { \vspace #12 \fontsize #+2 \Subtitel }
subtitle = \markup \column { \null \null \null \null \null \null \null \fontsize #+2 \Subtitel }
\version "2.12.3"\header { title = \markup { \fontsize #+4 Titel } subtitle = \markup \raise #-6 { \fontsize #+2 Subtitel }}{ c'1 }
\version "2.12.3"#(define-markup-command (vspace layout props amount) (number?) "This produces a invisible object taking vertical space." (let ((amount (* amount 3.0))) (if (> amount 0) (ly:make-stencil "" (cons -1 1) (cons 0 amount)) (ly:make-stencil "" (cons -1 1) (cons amount amount))))) \header { title = \markup { \fontsize #+4 Titel } subtitle = \markup \column { \vspace #3 \fontsize #+2 Subtitel }}{ d'1 }
gibts unter linux wirklich keine aktuellere version???