bug-lilypond
[Top][All Lists]
Advanced

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

Ambitus symbol influences script placement


From: Christian Hitz
Subject: Ambitus symbol influences script placement
Date: Thu, 5 Aug 2004 21:25:25 +0200

\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
             }
        }
    }
}
--
Christian Hitz
Unterehrendingen, Switzerland
address@hidden     or     address@hidden





reply via email to

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