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: #5220 Let


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

How about my local test-code?

{
    \set Staff.instrumentName = #(lilypond-version)
    \override RepeatTie.color = #red

    \set fingeringOrientations =    #'(left)
    \set stringNumberOrientations = #'(left)
    \set strokeFingerOrientations = #'(left)

    <>^"single notes"
      _"RepeatTie always printed"
    c'1--\repeatTie
    c'---1^\repeatTie
    c'--\3\repeatTie
    c'---\rightHandFinger #2 \repeatTie

    \bar "||"
    <>^"<...>\repeatTie"
      _"RepeatTie always printed"
    <c'>--\repeatTie
    <c'-1>--^\repeatTie
    <c'\3>--\repeatTie
    <c'-\rightHandFinger #2 >--\repeatTie

    \bar "||"
    <>^"<c'\repeatTie>"
      _"RepeatTie always printed"

    <
     c'\laissezVibrer
     e'
     g'\repeatTie
    >1

    <c'\repeatTie >--
    <c'-1^\repeatTie >--
    <c'\3\repeatTie >--
    <c'-\rightHandFinger #2 \repeatTie >--
    \bar "||"
}

par-rt = \parenthesize \repeatTie
par-lvt = \parenthesize \laissezVibrer
{ 
    c'1 \par-rt
    <c'\par-rt g'>
    <c' g'\par-rt >
    <c' g'> \par-rt
}

{ 
    c'1 \par-lvt
    <c'\par-lvt g'>
    <c' g'\par-lvt >
    <c' g'> \par-lvt
}

Ofcourse some cleanup would be needed and the parenthesizing code is tested already.


[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 10:36 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]