lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5899 Sett


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5899 Setting SystemStart-grob style to 'brace mostly fails
Date: Sat, 18 Apr 2020 11:23:27 -0000

Diff as expected.

The different padding of the braces is expexted as well (coming from different padding-values for SystemStart-Bar/Brace/Bracket/Square).
One could think of some generell system-start-padding returning different values wrt to 'style.
Would be another issue, though.


[issues:#5899] Setting SystemStart-grob style to 'brace mostly fails

Status: Started
Created: Mon Apr 13, 2020 09:25 AM UTC by Thomas Morley
Last Updated: Sat Apr 18, 2020 11:19 AM UTC
Owner: Thomas Morley
Attachments:

https://codereview.appspot.com/557670043/

If StaffGroup.systemStartDelimiter is set to SystemStartBracket (default), SystemStartBrace, SystemStartSquare or SystemStartBar and the SystemStartGrob.style is set 'brace. Then SystemStartBraces are not printed, except if systemStartDelimiter is SystemStartBrace anyway.

Testcode:

\version "2.20.0"

\layout {
  \context {
    \StaffGroup
    \override SystemStartBar.style = #'brace
    \override SystemStartBrace.style = #'brace
    \override SystemStartBracket.style = #'brace
    \override SystemStartSquare.style = #'brace
  }
}

<<
  $@(map
     (lambda (sym)
       #{ \new StaffGroup \with { systemStartDelimiter = #sym } << b1 b1 >> #})
     '(SystemStartBracket SystemStartBrace SystemStartSquare SystemStartBar))

See image system-start-brace-fail.png


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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