Automatically coloring grobs to indicate when their direction has been manually …
…when the directions of slurs, stems, or other grobs have been manually set (as opposed to being … …by LilyPond). This snippet changes the color of grobs when their direction has been manually set. Red … …indicates down. It can be applied to all grobs, or just to certain types of grob (i.…
…3_\4_"xy" } % only color Slur and TextScript grobs \new Voice \with { \mapList #colorizeDir Slur.TextScript } { \music } % color all grobs \new Voice \with { \mapList #colorizeDir #(map car …