lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5220 Let repe


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5220 Let repeatTie work inside of event-chord
Date: Tue, 24 Oct 2017 12:11:23 +0000

Further working on a regtest, I now come up with:

testSemiTies = 
#(define-music-function (m)(ly:music?)
#{
  \new Staff { 
    \time 7/8 
    cis'2.. $m <cis' $m gis'> <cis' gis' $m > <cis' gis'> $m 
  }
#})

to = g

\transpose c \to
<<
  \testSemiTies \repeatTie
  \testSemiTies \parenthesize \repeatTie
  \testSemiTies \parenthesize \tweak direction #1 \repeatTie
  \testSemiTies \parenthesize \tweak direction #-1 \repeatTie
>>

\transpose c \to
<<
  \testSemiTies \laissezVibrer
  \testSemiTies \parenthesize \laissezVibrer
  \testSemiTies \parenthesize \tweak direction #1 \laissezVibrer
  \testSemiTies \parenthesize \tweak direction #-1 \laissezVibrer
>>

In my humble opinion it would have the advantage we could delete laissez-vibrer-chords.ly, repeat-tie-parenthesize.ly and parenthesize-laissezvibrer.ly from the regtests.

Though, looking at the output I don't understand why the LVTie is sometimes placed differently, see the second to bottom Staff, try other pitches for 'to' as well.


[issues:#5220] Let repeatTie work inside of event-chord

Status: Started
Created: Sat Oct 21, 2017 04:11 PM UTC by Thomas Morley
Last Updated: Tue Oct 24, 2017 11:18 AM UTC
Owner: David Kastrup
Attachments:

Let repeatTie work inside of event-chord

The previous coding of repeat-tie-engraver.cc is replaced by deriving
from Laissez_vibrer_engraver.

http://codereview.appspot.com/332990043


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]