bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1379 in lilypond: augmentum in Gregorian notation compromises


From: lilypond
Subject: Re: Issue 1379 in lilypond: augmentum in Gregorian notation compromises layout and is applied to wrong (groups of) notes
Date: Wed, 25 Jan 2012 14:50:58 +0000


Comment #2 on issue 1379 by address@hidden: augmentum in Gregorian notation compromises layout and is applied to wrong (groups of) notes
http://code.google.com/p/lilypond/issues/detail?id=1379

These examples show that the augmentum spacing depends on notes befores as well as notes after.

\include "gregorian.ly"

\markup{ not bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
    f
  }

}

\markup{ bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
  }

}

\markup{ bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
    \[
    f4 \melisma g \pes a
    \]
  }

}


\markup{ previous note added. Worse }
\score {
  \new VaticanaVoice \relative f {
    g % previous note added
    \augmentum{ \[ a \melisma \flexa  d, \melismaEnd \] }
    \[
    f4 \melisma g \pes a
    \]
  }

}



Attachments:
        document.png  10.0 KB




reply via email to

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