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 
<pierre.schneider.pa...@gmail.com> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to