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 <
pierre.schneider.pa...@gmail.com>:

> 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 <mr.luce...@hotmail.it>:
>
>> 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
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to