lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2960 in lilypond: collision: system-separator and


From: lilypond
Subject: [Lilypond-auto] Issue 2960 in lilypond: collision: system-separator and rehearsal mark
Date: Fri, 09 Nov 2012 20:43:51 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2960 by address@hidden: collision: system-separator and rehearsal mark
http://code.google.com/p/lilypond/issues/detail?id=2960

Reported by Martin Tarenskeen:
http://lists.gnu.org/archive/html/bug-lilypond/2012-11/msg00027.html
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 2 {
    \mark \default {
      \repeat unfold 4 { c1 | }
      \break
    }
  }
}

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

%%% end of tiny example %%%


Attachments:
        bug.png  10.1 KB




reply via email to

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