On Sat, Mar 14, 2009 at 06:56:28PM -0600, Carl D. Sorensen wrote: > > > fng = #(define-music-function (parser location marktext) (string?) > > #{ \markup {\finger $marktext} > ^ The lilypond music expression needs to start with a #{ > > #}) > ^ and end with a #}. You were missing the { and }, you only had > the # characters. > > > > {<c' d'>1^\fng #"2\n1"} > > However, this still doesn't work as expected, at least for me. the \n > doesn't add a newline in the markup on my compiler. It just turns into > whitespace.
Does \n normally work in lilypond markup? (I honestly don't know) Why not just do \fng #2 #1, and use \column or whatever in the function? Cheers, - Graham _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user