lilypond-user
[Top][All Lists]
Advanced

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

\stopStaff


From: Sean Reed
Subject: \stopStaff
Date: Wed, 23 Nov 2005 11:20:56 +0100

hi,

since i hadn't seen a reply to this yet, maybe i formulated the question unclearly.

\stopStaff doesn't seem to work for me at the very beginning of a piece. everywhere else later in the piece it seems to work fine.

when used at the beginning of the piece, only the lines of very first note are hidden, no matter how long the passage is before the next \startStaff is used.

is this a known problem, or am i using it wrong?
sorry if i missed something in the archives where this was already mentioned. i found nothing in the news or archives of the lists that seemed to address this specifically.

thanks again.
sean
(macos 10.4, ly 2.7.18-1)


% *****************
\version "2.7.18"

<<
\relative c' {
        \stopStaff
c16 d e f % no matter how long this passage is made, for example using \skip, the lines are only hidden for the first note
        \startStaff
        g f e d
        \stopStaff
        c d e f
        \startStaff
        g f e d
}
>>
% ****************


--------------------------------------------
Sean Reed
Hamburg, Germany
Web: www.seanreed.de





reply via email to

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