bug-lilypond
[Top][All Lists]
Advanced

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

Text Script in Autochange


From: Jérémie Lumbroso
Subject: Text Script in Autochange
Date: Sat, 29 Dec 2001 20:34:53 +0100

Hi,

 It  seems  to me as though mordents, pralls and every other
 text script will be dismissed when the voice changes staff.
 I use Lily 1.4.9.uu1 and used the command \autochange Staff

Jérémie



------------------------------------------------- snippet.ly

\version "1.4.9.uu1"

%
% The ornaments are skipped for the second
% and third eight notes.
%

\score{
        \context PianoStaff = b <

                \context Staff = "up" <
                        \clef "treble"
                        \autochange Staff \context Voice = "voiceone" \notes 
\transpose c''{
                                cis8^\mordent dis^\prall cis,^\mordent 
dis,^\prall b,2
                        }
                >

                \context Staff = "down" \notes \transpose c <
                        \clef "bass"
                        s1
                >

        >
}




reply via email to

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