Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium OpSys-All

New issue 1814 by ianhuli...@gmail.com: Breve with double-line "ears" can collide with accidentals and barlines
http://code.google.com/p/lilypond/issues/detail?id=1814

The following example shows the breve character using double lines colliding with accidentals.

Also attached is a pdf showing the grob colliding with bar-lines.

Ian Hulin

=====================================================================================

\version "2.14.0"

\header {
  title = "Minimal Test for Breve and barlines"
}
\paper {
  #(set-paper-size "a4")
  #(define page-breaking ly:page-turn-breaking)
  auto-first-page-number = ##t
  first-page-number = 1
  ragged-bottom = ##t
  ragged-last-bottom = ##t
}

\score {
  \relative c' {
    \override Staff.NoteHead #'style = #'altdefault
    \time 4/2
  \repeat unfold 9 {
      c2 d e f            |
      g\breve~            |
      g\breve             |
      a\breve             |
      b\breve~            |
      b\breve             |
      c\breve             |
      a2 b c d            |
      e\breve~            |
      e\breve             |
      d\breve             |
      e\breve             |
      fis\breve           |
      fis\breve           |
      gis\breve~          |
      gis\breve           |
      a\breve             |
    }
    gis\breve~            |
    gis\breve             |
    a\breve~              |
    a\breve         \bar "|."
  }
}


Attachments:
        LaudaClThreePart.pdf  173 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to