X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Farticulate.ly;h=b7174a72c72548bb7802aebb5cdf3574cf9eed6c;hb=23218d3fabd1599e709803b36a9eab48d25db810;hp=5afb4adfe7d132e71b35b4bced2c03244ab1b709;hpb=ac3dd3ad38528113d97f6a8a7b81751c328f1c36;p=lilypond.git diff --git a/ly/articulate.ly b/ly/articulate.ly index 5afb4adfe7..b7174a72c7 100644 --- a/ly/articulate.ly +++ b/ly/articulate.ly @@ -87,7 +87,7 @@ % * Add Mordents (reported by Patrick Karl) % -\version "2.13.58" +\version "2.14.0" #(use-modules (ice-9 debug)) #(use-modules (scm display-lily)) @@ -375,22 +375,8 @@ ((BeamEvent) ; throw away beam events, or they'll be duplicated by turn or trill (loop factor newelements tail actions)) - ((LineBreakEvent) ; pass through linebreak events. - (loop (cons 1 1) (cons e newelements) tail actions)) - ((FingeringEvent) ; and fingering events too. - (loop factor newelements tail actions)) - - ((BreathingEvent) ; throw away BreathingEvent --- - ; should really shorten previous note a little. - (loop (cons 1 1) (cons e newelements) tail actions)) - - ((TieEvent) - (loop (cons 1 1) (cons e newelements) tail actions)) - - ((SkipEvent) - (loop (cons 1 1) (cons e newelements) tail actions)) - ((RestEvent) + ((LineBreakEvent FingeringEvent MarkEvent BreathingEvent TieEvent SkipEvent RestEvent) ; pass through some events. (loop (cons 1 1) (cons e newelements) tail actions)) ((ArticulationEvent)