lilypond-user
[Top][All Lists]
Advanced

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

Re: Rests in Dynamics context


From: Caio Giovaneti de Barros
Subject: Re: Rests in Dynamics context
Date: Tue, 26 Jan 2016 15:00:34 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0



On 26-01-2016 14:56, Urs Liska wrote:

I don't think so.

But you can try using a regular Staff and adjust it by hiding/omitting everything you don't want:


Yes, i like this idea, but it still takes too much space, that's why I thought about using the Dynamics context. The ideal solution would be to "turn on the note/rest engraver" in the Dynamics context, or "turn off" the  space a regular Staff takes...

\score {
  \new PianoStaff <<
    \new Staff { c'4 s4 c' }
    \new Staff \with {
      \omit TimeSignature
      \omit KeySignature
      \omit Clef
      \hide StaffSymbol
    }
    {
      s4 r4
    }
    \new Staff { c'4 s4 c' }
  >>
}


reply via email to

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