Jesús Guillermo Andrade wrote:
How can I put it below the chord symbol?

These marks, i.e. RehearsalMark, are normally put above everything else.
This is done by having the corresponding engraver in the Score context.

You can move the engraver down to where your melody is by doing

\layout {
 \context { \Score \remove "Mark_engraver" }
 \context { \Staff \consists "Mark_engraver" }
}

This modification is a reduced version of LSR 434
http://lsr.dsi.unimi.it/LSR/Item?id=434
which is also the last   NR 1.8.1.Text marks   snippet.


Cheers,
Robin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to