Stefan Thomas wrote:
Dear communitiy, I would like to change the order of articulation symbols in the below quoted example. But I don't know how to do it. Here es a short snippet: \version "2.12.1" notes = { \repeat unfold 4 { <b'' g''' >8->-- es''-. <gis'' d'''-- fis''-. } }arti = { \repeat "unfold" 4 { s8 ->-- %the accent should be above the tenuto, not below, but how can I change it? s8-. s8-- s8-. } }
Just change the order in which you code the articulations: ---> instead of ->-- Jon -- Jonathan Kulp http://www.jonathankulp.com _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
