lilypond-user
[Top][All Lists]
Advanced

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

Re: Half and whole rests with no staff lines


From: David Kastrup
Subject: Re: Half and whole rests with no staff lines
Date: Thu, 21 Mar 2013 20:57:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Michael Rivers <address@hidden> writes:

> I'm making some rhythm exercises for my piano students with no staff lines
> (which is the way it is usually done in piano methods). Everything looks
> fine except for the half and whole rests which don't have the traditional
> little extra lines above and below them to make them distinguishable. Can
> anyone point me to a way to add these?
>
> \version "2.16.1"
>
> \new Staff
>       \relative c'' { 
>                       \override Staff.Clef #'stencil = ##f 
>                       \override Staff.StaffSymbol #'stencil = ##f
>                       g4 g  r2 | r1 | g2 r | \bar "|." }
>
> Thanks,
> Michael

\new Staff
        \relative c'' { 
                        \override Staff.Clef #'stencil = ##f 
                        \override Staff.StaffSymbol #'line-count = 0
                        \override Staff.BarLine #'bar-extent = #'(-2 . 2)
                        g4 g  r2 | r1 | g2 r | \bar "|." }

-- 
David Kastrup




reply via email to

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