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' }
>>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user