bug-lilypond
[Top][All Lists]
Advanced

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

collision: system-separator and rehearsal mark


From: Martin Tarenskeen
Subject: collision: system-separator and rehearsal mark
Date: Thu, 8 Nov 2012 08:29:00 +0100 (CET)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)


In the following example the boxed rehearsal marks collide with the slashSeparator at the beginning of each system

%%% start of tiny example %%%

\version "2.16.0"

\paper {
  system-separator-markup = \slashSeparator
}

example = \relative c' {
  \set Score.markFormatter = #format-mark-box-alphabet
  \repeat unfold 4 {
    \mark \default {
      \repeat unfold 4 { c1 | }
      \break
    }
  }
}

\score {
  <<
    \new GrandStaff
    \new Staff \example
    \new Staff \example
    \new Staff \example
  >>
  \layout{}
}

%%% end of tiny example %%%



reply via email to

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