lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generating a few isolated notes


From: Andrew Bernard
Subject: Re: generating a few isolated notes
Date: Fri, 04 Mar 2016 23:57:23 +1100
User-agent: Microsoft-MacOutlook/0.0.0.160212

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" <address@hidden on behalf of address@hidden> wrote:

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

04%2013.12.52.png?dl=0


_______________________________________________
lilypond-user mailing list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]