bug-lilypond
[Top][All Lists]
Advanced

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

Broken horizontal brackets do not avoid treble clef


From: Mike Solomon
Subject: Broken horizontal brackets do not avoid treble clef
Date: Wed, 9 Sep 2015 04:57:49 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

\version "2.19"

% broken horizontal bracket intersects with bottom of treble clef

\score {
  \new Staff \relative c' {
    f1\startGroup f \break
    f f\stopGroup
  }
  \layout {
    \context {
      \Voice
      \consists "Horizontal_bracket_engraver"
      \remove "Forbid_line_break_engraver"
    }
  }
}

% broken horizontal bracket intersects with top of treble clef

\score {
  \new Staff \relative c' {
    \override HorizontalBracket.direction = #UP
    f1\startGroup f \break
    f f\stopGroup
  }
  \layout {
    \context {
      \Voice
      \consists "Horizontal_bracket_engraver"
      \remove "Forbid_line_break_engraver"
    }
  }
}




reply via email to

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