Hi Xavier,

Would this do the trick? [Sorry, previously I was looking at the desired 
output, not the compiled output. My mistake.]

— snip

\version "2.19.37"

\layout {
  pagenumber = no
  #(layout-set-staff-size 26)

  \context {
    \Staff
    \remove "Time_signature_engraver"
    \remove "Clef_engraver"
    \remove "Bar_engraver"
  }
}

\header {
  tagline = ""
}

melody = \relative c''' {
  \time 1/4
  \override TextScript.extra-offset = #'(2.5 . 2.5)
  \stopStaff
  a,8 a8-\markup { \whiteout \pad-markup #0.5 "=" } s8
  \times 2/3 { a4 a8 }
}

\score {
  { \melody }
}

— snip


On 4/03/2016, 23:15, "Xavier Noria" 
<[email protected] on behalf of 
[email protected]> wrote:

Right now the horizontal spacing is not right, it looks like this

https://www.dropbox.com/s/539b8y69rivb9cu/Screenshot%202016-03-
04%2013.12.52.png?dl=0


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to