lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.14.2 vertical spacing ungrouped staves...


From: lilypond
Subject: Re: 2.14.2 vertical spacing ungrouped staves...
Date: Sat, 12 Nov 2011 09:42:33 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

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




reply via email to

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