lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \mark vertical alignment with Chord symbols.


From: Robin Bannister
Subject: Re: \mark vertical alignment with Chord symbols.
Date: Thu, 16 Jul 2009 21:02:49 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]