I don't see the problem. How about
\version "2.7.8"
\score {
\new PianoStaff {
<<
\context Staff = "RH" {
\clef treble
{ f'2 c'4 d' e' f' r4 r8 c' d'4 e' }
}
\context Staff = "LH" {
\clef bass
{a,2 b,4 g, e, f,g,8} % i cut here into the notes of the LH
On 1-Sep-05, at 10:42 PM, Mehmet Okonsar wrote:
Using \skip in unmetered long scores can be quite unconvenient..
Try this:
{
s4*16
s8*3
s1*5
s2
music
}
Using shorthands like s and *, it's not such a big deal.
- Graham
___
lilypond-user mailing l
When I want to start a staff, if I do it inside a context, I have no choice
but I get it below the staff of the context I'm in,
if I want to use the :
\set Staff.alignAboveContext command,
I must have it outside any other staff context (that's logical) and I must
use \skip to have the new staff