bug-lilypond
[Top][All Lists]
Advanced

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

Re: Ambitus symbol influences script placement


From: Erik Sandberg
Subject: Re: Ambitus symbol influences script placement
Date: Tue, 17 Aug 2004 00:23:50 +0200
User-agent: KMail/1.6.2

Thanks, bug report added to CVS as ambitus-accent.
Erik

On Thursday 05 August 2004 21.25, Christian Hitz wrote:
> \version "2.3.11"
>
> %
> % The scripts on the first note are placed in respect to the ambitus
> symbol.
> % Only happens if the Ambitus_engraver is in the Voice context.
> %
> \book{
>      \score {
>          \new Voice {
>              g'4^-_> g'^-_> c c'''
>          }
>          \paper{
>              \context {
>                 \Voice
>                 \consists Ambitus_engraver
>               }
>          }
>      }
>      \score {
>          \new Voice {
>              g'4^-_> g'^-_> c c'''
>          }
>          \paper{
>              \context {
>                 \Staff
>                 \consists Ambitus_engraver
>               }
>          }
>      }
> }




reply via email to

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