From d4c5b03afa8384ee50a7b9536485bc26d14033aa Mon Sep 17 00:00:00 2001 From: Peter Chubb Date: Mon, 2 May 2011 13:52:03 +0100 Subject: [PATCH] Eliminate faulty barcheck warning in articulate. --- ly/articulate.ly | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/ly/articulate.ly b/ly/articulate.ly index 5afb4adfe7..62c0abd4ea 100644 --- a/ly/articulate.ly +++ b/ly/articulate.ly @@ -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) -- 2.39.2