Re: Centering markup on note

2009-11-21 Thread Neil Puttock
2009/11/21 Nick Payne : > In the above, I can't figure out how to get the "12" vertically aligned with > the other elements (string number, note, and dynamic marking). It's slightly > to the right and using center-align puts it too far to the left. Try this, http://lsr.dsi.unimi.it/LSR/Item?u=1&

Centering markup on note

2009-11-21 Thread Nick Payne
\version "2.13.7" \relative c' { \override NoteHead #'style = #'harmonic-mixed 4_\markup \column { \upright\teeny { 12 } \dynamic p } 4_\markup \column { \center-align \upright\teeny { 12 } \dynamic p } } In the above, I can't figure out how to get the "12" vertically aligned with th