lilypond-user
[Top][All Lists]
Advanced

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

Re: Add beat hints for rhytm reading


From: Carlo Vanoni
Subject: Re: Add beat hints for rhytm reading
Date: Fri, 28 Feb 2014 09:32:35 +0000 (GMT)

Thanks Pierre, that's what I'm looking for.
I used it almost as-is. Now I will try to understand it more in detail.

Thanks
MIX




Il Mercoledì 26 Febbraio 2014 12:10, Pierre Perol-Schneider <address@hidden> ha scritto:

Oups, did not check your picture well enough.
So here again :


\version "2.18.0"
\score {
<<
\new RhythmicStaff
\with {
\override VerticalAxisGroup.default-staff-staff-spacing = #'()
}
{
\repeat unfold 2 { s4^1 s^2 s^3 s^4 }
\repeat unfold 2 { s8^1 s^"+" s^2 s^"+" s^3 s^"+" s^4 s^"+" }
}
\new Staff
\relative c' {
\numericTimeSignature
\clef percussion
\set Score.proportionalNotationDuration = #(ly:make-moment 1/4)
\override NoteHead #'style = #'slash
\override NoteHead #'font-size = #-4
d4 r r2
r4 d r2
\set Score.proportionalNotationDuration = #(ly:make-moment 1/8)
r2 d4 r
r2 r4 d
}
>>
\layout {
indent = 0
\context {
\RhythmicStaff
\remove "Time_signature_engraver"
\remove "Clef_engraver"
\override BarLine.transparent = ##t
\override StaffSymbol.line-count = #0
}
}
}

Cheers,
Pierre



reply via email to

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