[EMAIL PROTECTED] writes:
> c''4-\p^#'(music "accidentals-1")^#'(music
> "scripts-turn")^#'(music "accidentals--1")
[..]
> I hope this helps, and if anyone has a more
> elegant (or less space-consuming) alternative,
> please post it!
Try:
% -*-LilyPond-indent-level:2-*-
flat = #'(music "accidentals--1")
sharp = #'(music "accidentals-1")
sturn = #'(music "scripts-turn")
\score{
\notes\relative c'' {
c4-\p^#'(music "accidentals-1")^#'(music
"scripts-turn")^#'(music "accidentals--1")
c4-\p^\sharp^\sturn^\flat
}
\paper{ linewidth = -1. }
}
Greetings,
Jan.
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user