lilypond-user
[Top][All Lists]
Advanced

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

Re: printing a tiny pianostaff at the beginning of a score


From: David Kastrup
Subject: Re: printing a tiny pianostaff at the beginning of a score
Date: Tue, 18 Feb 2020 14:55:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Sandro Santilli <address@hidden> writes:

> 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
>
> --strk;
>
>

Something like

\new Staff \with { \override StaffSymbol.line-count = #1
                   \omit Clef
                   \omit KeySignature
                   \omit TimeSignature
                   \omit LedgerLineSpanner
                   \omit BarLine
                   instrumentName = \markup \column { Gtr Bas }
                 }
<< { \stemUp r4 r r d'' } \\ { \stemDown g'4 r8 g' g'4 r } >>

would appear to do the trick.  You can use that inside of a \score
markup if necessary.  You have to see just which of the omitted material
you'd rather have.

-- 
David Kastrup



reply via email to

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