Allgemein > Fragen zu Funktionen

Titelgestaltung

<< < (2/2)

stefanhuglfing:
So müsste es gehen:


--- Code: ---\version "2.19.54"

\paper
 {
  bookTitleMarkup = \markup
   {
    \fill-line
     {
      \column
       { \fromproperty #'header:dedication  }
      \center-column
       {
        \fontsize #7 \bold
        \fromproperty #'header:title
        \vspace #0.4
        \fontsize #5
        \fromproperty #'header:subtitle
        \vspace #0.2
        \fontsize #3
        \fromproperty #'header:instrument
       }
      \column
       {
        \vspace #4
        \fromproperty #'header:composer
        \fromproperty #'header:arranger   
        \fromproperty #'header:tagline
       }
     }
   }
 }
 

\header
 {
  dedication = \markup { \general-align #Y #0.5 { \epsfile #Y #15 #"StarkWolf.eps" } }
  title = "Game of Thrones"
  subtitle = "Titelmusik"
  instrument = "Posaune"
  composer = "Ramin Djawadi"
  arranger = "Chutriel"
  tagline = #f
 }
 
\score
 {
  \new Staff
   {
    \clef "G_8"
    \repeat unfold 32 { c1 e g b } \pageBreak
    \repeat unfold 32 { c1 e g b }
   }
 }


--- Ende Code ---

Chutriel:
Vielen Dank! Habs noch etwas abgeändert (Abstände, Schriftgrößen, Tagline war im Titel), so ganz hab ich die bookTitleMarkup-Funktion noch nicht gerafft, aber kommt schon noch vermutlich, jedenfalls war der Post schon mal sehr hilfreich :)



--- Code: ---\paper
 {
  bookTitleMarkup = \markup
   {
    \fill-line
     {
      \column
       { \fromproperty #'header:dedication  }
      \center-column
       {
        \fontsize #7 \bold
        \fromproperty #'header:title
        \vspace #0.4
        \fontsize #2
        \fromproperty #'header:subtitle
        \vspace #0.4
        \fontsize #3
        \fromproperty #'header:instrument
       }
      \column
       {
        \vspace #1
        \fromproperty #'header:composer
        \fromproperty #'header:arranger   
       
       }
     }
   }
 }
 

date = #(strftime "%d-%m-%Y" (localtime (current-time)))
\header { dedication = \markup { \general-align #Y #0.5 { \epsfile #Y #15 #"StarkWolf.eps" } }
         
          title = "Game of Thrones"
          subtitle = "Titelmusik"       
          composer = "Ramin Djawadi"
          arranger = "arr.: Chut"
          tagline = \markup { arr.: Chut, \date  }

}


--- Ende Code ---

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln