bug-lilypond
[Top][All Lists]
Advanced

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

packed-spacing works improperly with Mensural_ligature_engraver and Vati


From: Marek Klein
Subject: packed-spacing works improperly with Mensural_ligature_engraver and Vaticana_ligature_engraver
Date: Wed, 7 Sep 2011 17:26:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,
packed-spacing works improperly with Mensural_ligature_engraver and
Vaticana_ligature_engraver. See below:

http://gregoriana.sk/gg/wp-content/uploads/ligature.jpg
At the picture is the result of following code:
\version "2.14.1"

\markup "Mensural_ligature_engraver"
\score {
  \relative c' {
    \set Score.timing = ##f
    \[ c'\breve d e \] b1
    \[ e\breve d c \] e1
  }
  \layout {
    \context {
      \Voice
      \remove Ligature_bracket_engraver
      \consists Mensural_ligature_engraver
    }
  \context{
    \Score
    \override SpacingSpanner #'packed-spacing = ##t
    }
  }
}

\markup "Ligature_bracket_engraver"
\score {
    \relative c' {
    \set Score.timing = ##f
    \[ c'\breve d e \] b1
    \[ e\breve d c \] e1
  }
  \layout {
    \context{
      \Score
      \override SpacingSpanner #'packed-spacing = ##t
      }
  }
}

Here is the same problem in gregorian context:
http://gregoriana.sk/gg/wp-content/uploads/ligature-gg.jpg

\version "2.14.1"
\include "gregorian.ly"

\markup "Vaticana_ligature_engraver"
\score {
  \new VaticanaVoice \relative c'{
    \[ c d e \] c
    \[ e d c \] e
        }
  \layout {
  }
}

\markup "Without ligature"
\score {
  \new VaticanaVoice \relative c'{
    c d e c
    e d c e
        }
  \layout {
  }
}


With best Wishes

Marek Klein
http://gregoriana.sk




reply via email to

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