lilypond-user
[Top][All Lists]
Advanced

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

printing Staff Symbol before \stopStaff


From: Orm Finnendahl
Subject: printing Staff Symbol before \stopStaff
Date: Mon, 1 Oct 2007 14:04:16 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hi,

stopping a Staff at the beginning of a piece results in the clef and
time signature being printed without the staff symbol. Is there a way
to make the staff symbol appear *without* having to enter music (or to
skip musical time) before the \stopStaff?

Below is an example: I would like to have the top system with an
initial staff system or the bottom system without the wrong rest
symbol (and without the staff symbol sticking 1/32th into the music).

--
Orm

\version "2.11.7"

\paper {
    raggedright = ##t
}

\score {
  <<
 \new Staff \relative c' {
\stopStaff
r1 r1
\startStaff
c4 d e f c d e f
}
  \new Staff \relative c' {
s32
\stopStaff
r2.... r1
\startStaff
c4 d e f c d e f
} 
  >>
}






reply via email to

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