----- Original Message -----
From: "Gerard L. Maters" <g.mat...@qstone.nl>
To: <lilypond-devel@gnu.org>
Sent: Friday, April 04, 2014 10:25 AM
Subject: Change staff changes pitch notation
% When changing staff the relative pitch notation is changed into
% absolute notation
\version 2.18.0
% this is not correct:
\relative c'' \tuplet 5/4 {e32 g e d c} \change Staff = "down" {a g e c}
% this is correct:
\relative c'' \tuplet 5/4 {e32 g e d c} \change Staff = "down" \relative
c''
{a g e c}
You need to enclose all the music the \relative applies to with { }. i.e.:
\relative c'' { music }
--
Phil Holmes
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel