bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1814 in lilypond: Breve with double-line "ears" can collide with a


From: lilypond
Subject: Issue 1814 in lilypond: Breve with double-line "ears" can collide with accidentals and barlines
Date: Thu, 11 Aug 2011 18:50:30 +0000

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

New issue 1814 by address@hidden: 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




reply via email to

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