lilypond-user
[Top][All Lists]
Advanced

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

Re: Writing notes for explaining rhythm


From: tisimst
Subject: Re: Writing notes for explaining rhythm
Date: Wed, 10 Feb 2016 13:10:08 -0700 (MST)

Pierre,

On Wed, Feb 10, 2016 at 12:43 PM, Schneidy [via Lilypond] <[hidden email]> wrote:
Hi Abraham,
you were faster.
Anyway, Luca, you said "above", so here's "above":

\version "2.18.2"

theMusic = \relative c' {
  c8. d16 e4 f8. g16 a4 a
}

\score {
  <<
    \new RhythmicStaff
      \with {
        \remove "Staff_symbol_engraver"
        \omit TimeSignature
        \omit BarLine
        \override VerticalAxisGroup.staff-staff-spacing = #'(
                            (basic-distance . 0)
                            (padding . 1))
      }
      \theMusic
      \new Staff \theMusic
  >>
  \layout { }
}

That is super funny! This was the exact snippet I was going to send back after I saw yours. Nicely done!

- Abraham 



View this message in context: Re: Writing notes for explaining rhythm
Sent from the User mailing list archive at Nabble.com.

reply via email to

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