On Sat, Nov 12, 2011 at 12:35:00PM +0100, Thomas Morley wrote:
> Hi Jim,
> 
> you should address the correct context. Try:

Excellent result, Thomas.  Thank you.

Jim


\version "2.14.2"

\paper {
%  annotate-spacing = ##t
}

#(set-global-staff-size 25)

Changes = \chordmode { s4 g:m s4 f8 d8:m7 d1:m7 }
Rhythms = \relative c' { r4 a4 r4 a8 a8 ~ a2 r }
Melody  = \relative c'' { g4 c a f ~ f1 }

\score {
  <<
    \new ChordNames {
      \set chordChanges = ##t
      \Changes
    }
    \new RhythmicStaff \with {
      \override StaffSymbol #'line-count = #0
      \override VerticalAxisGroup
        #'staff-staff-spacing =
               #'((basic-distance . 0)
                  (minimum-distance . 0)
                  (padding . 0))
    } {
      \set fontSize = #-7
      \override StaffSymbol #'staff-space = #(magstep -3)
      \override Staff.BarLine #'stencil = ##f
      \override Staff.TimeSignature #'transparent = ##t
      \stemUp
      \override NoteHead #'style = #'slash
      \Rhythms
    }
    \new Staff {
      \key f \major
      \clef treble
      \time 4/4
      \Melody
    }
  >>
  \layout {
    indent=0
  } % layout
} % score


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

Reply via email to