lilypond-user
[Top][All Lists]
Advanced

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

Re: Missing \augmentum's (Gregorian chant)


From: karl
Subject: Re: Missing \augmentum's (Gregorian chant)
Date: Fri, 17 Jan 2014 18:00:51 +0100 (CET)

Ed:
> In the material below (sorry, it's about as short as I can make it and 
> have the problem appear) there should be an \augmetum (dot) following 
> the last two notes in the first "measure." They are not appearing.

The dots are there but are obscured by the pes notes at "Ie-".

By commenting away the s8 the dots moves to a visable position after
the pes. By using s1 instead of s8 the dots moves to the expected
position.

This a still smaller snippet showing the problem:

\version "2.18.0"
\include "gregorian.ly"
\score {
    \new VaticanaVoice {
      \relative c' {
        \augmentum { \[ d \flexa c \] }
        \[ d \pes e \]
      }
    }
}

The dots comes after the second ligature, not the first.
if the first ligature is followed by a simple note like "d" instead of
the "\[ d \pes e \]" the dots shows up in the right position, and
if the first ligature is replaced by a simple note the dot are right
too.

It seems as if the second ligarture confuses the \augmentum function.

Regards,
/Karl Hammar

-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57





reply via email to

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