lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5387 Ligature


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5387 LigatureBracket shouldn’t avoid invisible stems
Date: Thu, 19 Jul 2018 09:44:48 -0000

It’s the same for TupletBracket and for longer durations (breve, longa, maxima). I’ll have a look at ly:tuplet-bracket::calc-x-positions.

According to Gould, a tuplet bracket should start at the left edge of the first and end at the right edge of the last note head; this would mean that aligning to stems, whether visible or not, is always wrong.

Attachments:


[issues:#5387] LigatureBracket shouldn’t avoid invisible stems

Status: Accepted
Created: Wed Jul 18, 2018 12:08 PM UTC by Simon Albrecht
Last Updated: Wed Jul 18, 2018 12:08 PM UTC
Owner: nobody
Attachments:

This becomes apparent when using \voiceTwo as opposed to simply overriding LigatureBracket.direction.

\version "2.19.82"
<<
  \new Staff {
    \override LigatureBracket.direction = #DOWN
    %\override Stem.direction = #DOWN
    \[ c'1 d' \]
  }
  \new Staff {
    \voiceTwo
    \[ c'1 d' \]
  }
>>

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.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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]