lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4779 Add supp


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4779 Add support for isolated durations as an expression (ly:music?)
Date: Sun, 21 Feb 2016 20:59:46 +0000


[issues:#4779] Add support for isolated durations as an _expression_ (ly:music?)

Status: New
Created: Sun Feb 21, 2016 08:59 PM UTC by pkx166h
Last Updated: Sun Feb 21, 2016 08:59 PM UTC
Owner: nobody

On 19/02/16 03:11, Peter Crighton wrote:

% As discussed on the User mailing list, isolated durations are currently not
% accepted as expressions of type ly:music?, thus making it impossible to
% create functions expecting either music or isolated durations with an
% arbitrary number of post events.
% http://lists.gnu.org/archive/html/lilypond-user/2016-02/msg00478.html

\version "2.19.33"

tieFixSlash = #(define-music-function (parser location rhythm tie)
(ly:duration? ly:event?)
#{
\shape #'((0.5 . 0) (0.5 . 0) (0.8 . 0) (0.8 . 0)) Tie
$rhythm $tie
\once \override TieColumn.tie-configuration = #'((2 . 1))
#})

\new Voice \with {
\consists "Pitch_squash_engraver"
} {
\improvisationOn
\tieFixSlash 4~ 4 \tieFixSlash 4(~ 4)
}


bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
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]