Align_interface::set_axis(). This forces #'elements to be ordered,
preventing random vertical reordering of staves.
will render only the last five measures (assuming 4/4 time signature)
of a piece.
-@itemy @textanchor{simple-melismata}
+@item @textanchor{simple-melismata}
Melismata can be specified simply in the lyrics now, eg.
@lilypond[relative=1,verbatim,fragment]
{
- \override Staff.TimeSignature #'font-name = #"Times"
+ \override Staff.TimeSignature #'font-name = #"Times New Roman"
\time 3/4
\set Score.skipBars = ##t
\override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
{
valign_ = make_spanner ("VerticalAlignment", SCM_EOL);
valign_->set_bound (LEFT, unsmob_grob (get_property ("currentCommandColumn")));
+ Align_interface::set_axis (valign_, Y_AXIS);
}
}