lilypond-user
[Top][All Lists]
Advanced

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

Having trouble with chord symbols above notes


From: BrAthanasius
Subject: Having trouble with chord symbols above notes
Date: Sat, 11 Aug 2012 18:46:30 -0700 (PDT)

I would like the F to be above the first f\breve, B-flat above the second
f\breve and the D-min above the D for the last note.  Here is the code
below:

\version "2.14.2"
\language "english"

\header {
  tagline = ##f
}
\paper {
  myStaffSize = #17
  fonts = #(make-pango-font-tree
            "Cardo"
            "Droid Sans"
            "Droid Sans Mono"
            (/ myStaffSize 20))
  after-title-space = 0.0
  before-title-space = 0.0
  bottom-margin = 0.0
  foot-separation = 0.0
  head-separation = 0.0
  line-width = 5.3\in
  page-top-space = 0.0
  paper-height = .7\in
  paper-width = 6\in
  top-margin = 0.0
  indent = 0.0
  ragged-last = ##t
}

\layout  {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
  \context {
    \Score
    \remove "Bar_number_engraver"
    \remove "Bar_engraver"
    \override Stem #'transparent = ##t
  }
}
<<
\chords { f bf d:min }
\relative c' {
  \set Score.timing = ##f
  c4 d \bar "|"
  s4
  f\breve g4 f4 \bar "|"
  s4
  f\breve e4 c4 d4 \bar "||"
}
>>



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Having-trouble-with-chord-symbols-above-notes-tp130480.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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