David Kastrup wrote > ... > Why are you removing the Vertical_align_engraver ? > > -- > David Kastrup > > > _______________________________________________ > bug-lilypond mailing list
> bug-lilypond@ > https://lists.gnu.org/mailman/listinfo/bug-lilypond Hello David, the original question at the German Lilypond user forum was: Is there a *better method than this dirty removal of the "Vertical_align_engraver"* to align vertically two or more tiny \score section (with only one staff, usually one measure of length) within a \markup text line. The vertical alignment asked for should be based on the center of the staff, not on the upper limit of the score-markup extent (which mostly depends on the highest note). A (not very tiny) example would look like this: \version "2.16.0" % 2.17.5 \markuplist { \column { \justified-lines { Measure 36, Viola: \raise #0.56 \score { { \override Staff.TimeSignature #'stencil = ##f \clef alto \key c \major \time 4/4 g''1 } \layout { indent = 0 \mm \context { \Score \remove "Vertical_align_engraver" } } } #(ly:wide-char->utf-8 #x2192) \raise #0.56 \score { { \override Staff.TimeSignature #'stencil = ##f \clef alto \key c \major \time 4/4 c'1 } \layout { indent = 0 \mm \context { \Score \remove "Vertical_align_engraver" } } } } } ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/remove-Vertical-align-engraver-creates-error-message-tp140334p140342.html Sent from the Bugs mailing list archive at Nabble.com. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
