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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to