lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5436 Collapse


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5436 Collapsed and misplaced Tie under certain conditions
Date: Fri, 09 Nov 2018 12:27:01 -0000


[issues:#5436] Collapsed and misplaced Tie under certain conditions

Status: New
Created: Fri Nov 09, 2018 12:26 PM UTC by Palmer Ralph
Last Updated: Fri Nov 09, 2018 12:26 PM UTC
Owner: nobody

Thomas Morley wrote :

with Metronome_mark_engraver in Staff and a changed TimeSignature a
broken Tie is collopsed and misplaced.

~~~~

\version "2.19.82"

\new Staff \with { \consists "Metronome_mark_engraver" }
{
%% with high line-thickness the bad Tie can be made visible:
\override Tie #'line-thickness = 10
f'1~ \break \time 2/4 \tempo "Allegro" f'2
}

The bug is present since 2.14.2.
2.12.3 returns correctly, though.

I've found these workarounds:

(1)
Use Slur or PhrasingSlur

(2)
Use StaffGroup:

\new StaffGroup
\with {
\consists "Metronome_mark_engraver"
}

\new Staff
{
f'1~ \break \time 2/4 \tempo "Allegro" f'2
}

(3)
Shape the bad tie:
\new Staff \with { \consists Metronome_mark_engraver }
{
f'1
-\shape #'(() ((-6.5 . 0) (-6 . -0.5) (-5 . -0.5) (-4.5 . 0)))
~
\break
\time 2/4
\tempo "Allegro"
f'2
}

~~~~


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]