bug-lilypond
[Top][All Lists]
Advanced

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

Re: Piano pedal bug


From: Graham Percival
Subject: Re: Piano pedal bug
Date: Sun, 14 Oct 2007 19:03:39 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Thanks, added as

http://code.google.com/p/lilypond/issues/detail?id=492

Cheers,
- Graham


Georg Romstorfer wrote:
Piano pedal bracket and RehearsalMark are in conflict after \break. The bracket
below the staff disappears as long as there is the mark above the staff.
Expected: The bracket should be shown from the beginning of the staff.

% ****************************************************************
% ly snippet:
% ****************************************************************

\version "2.11.33"
\paper { ragged-right = ##t }

\relative c' {
        c\sostenutoDown d e f
        \break
        \override Score.RehearsalMark #'self-alignment-X = #left
        \mark "Some text"
        e f g a b\sostenutoUp
}

% ****************************************************************
% end ly snippet
% ****************************************************************



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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