lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3801 in lilypond: NR 1.4.1: printing-a-repeat-sign


From: lilypond
Subject: [Lilypond-auto] Issue 3801 in lilypond: NR 1.4.1: printing-a-repeat-sign-at-the-beginning-of-a-piece.ly is obsolete since 2.18
Date: Sun, 12 Jan 2014 14:55:14 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 3801 by address@hidden: NR 1.4.1: printing-a-repeat-sign-at-the-beginning-of-a-piece.ly is obsolete since 2.18
http://code.google.com/p/lilypond/issues/detail?id=3801

Report:
http://lists.gnu.org/archive/html/bug-lilypond/2014-01/msg00057.html

If you comment the code in this snippet the result is the same:

\version "2.18.0"

\relative c'' {
%{  \once \override Score.BreakAlignment.break-align-orders =
    #(make-vector 3 '(instrument-name
                      left-edge
                      ambitus
                      breathing-sign
                      clef
                      key-signature
                      time-signature
                      staff-bar
                      custos))
  \once \override Staff.TimeSignature.space-alist =
    #'((first-note . (fixed-space . 2.0))
       (right-edge . (extra-space . 0.5))
       ;; free up some space between time signature
       ;; and repeat bar line
       (staff-bar . (extra-space . 1)))
%}
  \bar ".|:"
  c1
  d1
  d4 e f g
}

Should  it be removed from the documentation?

eluze adds:

imo it's worth to mention that you can force the opening repeat bracket to
show.

another topic is the behavior of rehearsal marks with the first bar line to
print:

with an explicit \bar "..." the rehearsal mark is placed right above this
bar - without it seems attached to the clef (which looks ugly)!

repeatBarAtbeginningNew.ly
<http://lilypond.1069038.n5.nabble.com/file/n157608/repeatBarAtbeginningNew.ly>


<http://lilypond.1069038.n5.nabble.com/file/n157608/repeatBarAtbeginningNew.png>


should we discuss if an empty bar should be inserted automatically?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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