bug-lilypond
[Top][All Lists]
Advanced

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

Re: packed-spacing works improperly with Mensural_ligature_engraver and


From: Dmytro O. Redchuk
Subject: Re: packed-spacing works improperly with Mensural_ligature_engraver and Vaticana_ligature_engraver
Date: Thu, 22 Sep 2011 10:21:32 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed 07 Sep 2011, 17:26 Marek Klein wrote:
> 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"
This was added by Phil Holmes as 1879:
http://code.google.com/p/lilypond/issues/detail?id=1879

(I may be missed his email to list)

Thank you!


> \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
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond

-- 
  Dmytro O. Redchuk                        "Easy to use" is easy to say.
  Bug Squad                                             -- Jeff Garbers



reply via email to

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