Re: slashedGrace and acciaccatura missing slash for multiple notes

2019-02-18 Thread Andrew Bernard
Hi All, To that end, based on code by David Nalesnik and my own work, I wrote some very flexible functions for making slashed stems and slashed beams. You can find i the functions in openlilylib. I have no idea if the code works with 2.18. I only use the 2.19 branch. Andrew On Tue, 19 Feb 201

Re: slashedGrace and acciaccatura missing slash for multiple notes

2019-02-18 Thread Federico Bruni
Il giorno dom 17 feb 2019 alle 19:42, Vanessa Sabino ha scritto: I could get the slash to show up for a single grace note, but the music I'm trying to reproduce contains a group with two grace notes and in that case the slash didn't show up. Here is an example: \version "2.18.2" \relative

slashedGrace and acciaccatura missing slash for multiple notes

2019-02-17 Thread Vanessa Sabino
I could get the slash to show up for a single grace note, but the music I'm trying to reproduce contains a group with two grace notes and in that case the slash didn't show up. Here is an example: \version "2.18.2" \relative c' { g' ( \slashedGrace {a16 g} f4) g } ___