bug-lilypond
[Top][All Lists]
Advanced

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

\divisioMaior too much largest than the older versions since 2.15.


From: Manuel Burgos
Subject: \divisioMaior too much largest than the older versions since 2.15.
Date: Wed, 24 Oct 2012 23:21:52 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

The following code:

#############################################################################
divisioMinima = {
  \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-minima
  \once \override BreathingSign  #'Y-offset = #0
  \breathe
}
divisioMaior = {
  \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-maior
  \once \override BreathingSign  #'Y-offset = #0
  \breathe
}
divisioMaxima = {
  \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-maxima
  \once \override BreathingSign  #'Y-offset = #0
  \breathe
}
finalis = {
  \once \override BreathingSign  #'stencil = #ly:breathing-sign::finalis
  \once \override BreathingSign  #'Y-offset = #0
  \breathe
}

\score {
  \relative c'' {
    g2 a4 g
    \divisioMinima
    g2 a4 g
    \divisioMaior
    g2 a4 g
    \divisioMaxima
    g2 a4 g
    \finalis
  }
  \layout {
    \context {
      \Staff
      \remove Bar_engraver
    }
  }
}
#############################################################################

It's right working in  2.14 versions and previous, but since 2.15 it's wrong

2.13 output (that's fine)
from http://lilypond.org/doc/v2.13/Documentation/notation/chants-psalms-and-
hymns


2.14 output (that's fine)
from http://lilypond.org/doc/v2.14/Documentation/notation/chants-psalms-and-
hymns



2.15 output (that's wrong)
from http://lilypond.org/doc/v2.15/Documentation/notation/chants-psalms-and-
hymns


2.16 output (that's wrong)
from http://lilypond.org/doc/v2.16/Documentation/notation/chants-psalms-and-
hymns


2.17 output (that's wrong)
from http://lilypond.org/doc/v2.17/Documentation/notation/chants-psalms-and-
hymns





reply via email to

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