Greetings -

I'm running ly 2.19.40 under Windows 7.

I'm trying to order, from top to bottom, a markup text ("IABACA"), a
rehearsal mark, ("I"), and a tempo mark (quarter note = 200).

I can get them in order, but the markup text collides with the "poet" text
fromt the header. Can anyone help me out here?

%%%%%%%%%%% begin snippet %%%%%%%%

\version "2.19.40"
\include "english.ly"


\paper {
  #(set-paper-size "letter")
  top-margin = 0.5\in
}

\header {
  title = \markup { \fontsize #-0.5 \bold "Something"}
  poet = "Another thing"
}

%#(set-global-staff-size 20.0)

IABACAtest =
\relative c' {
  \clef treble
  \key e \minor
  \time 3/4
  \tempo 4 = 200
  \set Score.markFormatter = #format-mark-box-alphabet

  % Introduction
  \mark #9
  \once \override TextScript.outside-staff-priority = #2000
  \once \override TextScript.extra-offset = #'(-4 . 3)
  r8^\markup { IABACA } b' d g b d |
  c8 b a g a g |
  c8 b a g a g |
  c8 b a g a g |
  c8 b a g a g |
}


\score {
  \IABACAtest
}
\layout {
  indent = 0
}

%%%%%%%%%%% end snippet %%%%%%%%

Thanks in advance,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com

Attachment: IABACA_test.pdf
Description: Adobe PDF document

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

Reply via email to