lilypond-user
[Top][All Lists]
Advanced

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

Re: how to automatically left-align rehearsal marks at the beginning of


From: Pierre Perol-Schneider
Subject: Re: how to automatically left-align rehearsal marks at the beginning of a line
Date: Wed, 15 Oct 2014 16:14:36 +0200

Hi again,

Forget my previous code which make no sense (I'm a little tired). 
Here's something simpler :

\version "2.18.2"
 
\layout {
  \context {
    \Score
    \override RehearsalMark.self-alignment-X = #LEFT
  }
}

\relative c'' {
  c1
  \tweak break-visibility #end-of-line-visible
  \tweak self-alignment-X #RIGHT
  \mark \markup "this should be right aligned" |
  \break
  c1
  \mark \markup "this should be left aligned" |
  \break
  c1
}


Cheers,
Pierre


reply via email to

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