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: Pierre Perol-Schneider
Subject: Re: Writing notes for explaining rhythm
Date: Wed, 10 Feb 2016 20:41:33 +0100

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 { }
}

Cheers,
Pierre

2016-02-10 20:35 GMT+01:00 Pierre Perol-Schneider <address@hidden>:
Hi Luca,

How about:

\version "2.18.2"

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

\score {
  <<
    \new Staff \theMusic
    \new RhythmicStaff
      \with {
        \remove "Staff_symbol_engraver"
        \omit TimeSignature
        \omit BarLine
      }
      \theMusic
  >>
  \layout { }
}


HTH,
Pierre

2016-02-10 20:21 GMT+01:00 Luca Danieli <address@hidden>:
Hello all,

how can I write a note above the system without displaying the pitch of those notes in order to explain just the rhythm of a specific passage?

Best,
Luca

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




reply via email to

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