Sandro Santilli wrote:
On Tue, Feb 18, 2020 at 12:46:46PM +0100, Lukas-Fabian Moser wrote:
Hi Sandro,

> I'd like to leave some indications (rythmic, mostly)
> for bass and guitar at the start of a piece. Right now
> I'm doing this with a pencil, but I'm wondering how
> to do it with lilypond. It could be a smaller PianoStaff,
> on a line by itself. How could this be done ?

Can you provide a small image of what you want to achieve? Then I'm sure
some of the helpful folks on this list will be able to lend you a hand.

Here's a picture: http://strk.kbt.io/tmp/IMG_20200218_123321.jpg


Here is an example (Mo' better Blues) using top-level markup.


Cheers,
Robin
\version "2.19.84"

motif = \markup \scale #(cons 0.6 0.6) \score 
{
  \new Staff \with { \omit Clef \omit TimeSignature }
  <<
    \override Staff.NoteHead.style = #'slash
    { \partial 2 d''8 8 8 8 1 s4 } \\  { \partial 2 s2 r4 g'4 8 4 8 ~ 1*1/2 }
  >>
}



% insert this markup just before the \score block
\markup \motif





Reply via email to