In the 2.13.19 version
the \markup \center-column headers don't work:
the headers have not put to the center of the page!
Why?
Thanks
-- 

oiram/bin/selom
\version "2.13.19"

\header {
  title =\markup \center-column {"Tre romanze"" V" "Guitar"}
}

\paper {
  #(set-paper-size "a4")
}

global = {
  \key c \major
  \time 4/4
}

classicalGuitar = \relative c' {
  \global
  % Qui segue la musica.
  c4 d e f|
}

\book {
  \score {
    \new Staff \with {
      midiInstrument = "acoustic guitar (nylon)"
    } { \clef "treble_8" \classicalGuitar }
    \layout { }
    \midi {
      \context {
        \Score
        tempoWholesPerMinute = #(ly:make-moment 100 4)
      }
    }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to