Hello Bernardo, I created a custom notehead. Include this somewhere in your file and then call it before your notation using \headCir
headCir = { \override NoteHead #'(stem-attachment) = #'(0 . 0) \override NoteHead #'stencil = #ly:text-interface::print \override NoteHead #'text = \markup { \halign #-0.7 \draw-circle #0.5 #0.2 ##t } The bit that positions the stem in the middle is the #'(stem-attachment) part. I made the notehead a circle because otherwise it looks strange to use the oval shaped notehead. Best, Carl > Hi Carl, > > I'm also trying to get as precise as possible proportional notation. I > see you also came up with the idea os positioning the beams in the > middle of the notehead. I got trouble to write a scheme function that > knows when the stem is up or down. You seem to have done this better! > > How did you do this? > > _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user