lilypond-user
[Top][All Lists]
Advanced

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

RehearsalMark adds unwanted space


From: Peter Crighton
Subject: RehearsalMark adds unwanted space
Date: Mon, 24 Apr 2017 23:02:50 +0200

Hello all,

when removing both the Clef and BarNumber engraver, an occasional RehearsalMark at the beginning of a line affects the horizontal position of the following note. How can I prevent this, so the first note of every line is in the same horizontal position? See example below.

This is not unique to RehearsalMarks. For instance, if you did not remove the BarNumber engraver, every line would have that space at the beginning.


\version "2.19.59"

\relative c' {
  R1 \break
  \mark \default
  \repeat unfold 2 {
    \repeat unfold 2 {
      c4 c c c
    } \break
  }
  \mark \default
  \repeat unfold 2 {
    \repeat unfold 3 {
      c4 c c c
    } \break
  }
}

\layout {
  \context {
    \Staff
    \remove "Clef_engraver"
  }

  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}


Thanks,
Peter

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de

reply via email to

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