Writing notes for explaining rhythm

2016-02-10 Thread Luca Danieli
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@

Re: Writing notes for explaining rhythm

2016-02-10 Thread tisimst
That's what the RhythmicStaff context is for! By default, it prints a single staff line, but you can hide that. HTH, Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Writing-notes-for-explaining-rhythm-tp187085p187086.html Sent from the User mailing list a

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
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 >> \l

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
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

Re: Writing notes for explaining rhythm

2016-02-10 Thread tisimst
as going to send back after I saw yours. Nicely done! - Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Writing-notes-for-explaining-rhythm-tp187085p187089.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user