bug-lilypond
[Top][All Lists]
Advanced

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

The divisioMaior is too much larger


From: Manuel Burgos
Subject: The divisioMaior is too much larger
Date: Wed, 24 Oct 2012 18:16:03 -0500

The \*divisioMaior* is more largest than the older versions since 2.15.

The 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 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
[image: Imágenes integradas 3]

2.14 output (that's fine)
from
http://lilypond.org/doc/v2.14/Documentation/notation/chants-psalms-and-hymns
[image: Imágenes integradas 2]


2.15 output (that's wrong)
from
http://lilypond.org/doc/v2.15/Documentation/notation/chants-psalms-and-hymns
[image: Imágenes integradas 1]

2.16 output (that's wrong)
from
http://lilypond.org/doc/v2.16/Documentation/notation/chants-psalms-and-hymns
[image: Imágenes integradas 4]

2.17 output (that's wrong)
from
http://lilypond.org/doc/v2.17/Documentation/notation/chants-psalms-and-hymns
[image: Imágenes integradas 5]

PNG image

PNG image

PNG image

PNG image

PNG image


reply via email to

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