lilypond-devel
[Top][All Lists]
Advanced

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

Re: Change staff changes pitch notation


From: Phil Holmes
Subject: Re: Change staff changes pitch notation
Date: Fri, 4 Apr 2014 10:45:06 +0100

----- Original Message ----- From: "Gerard L. Maters" <address@hidden>
To: <address@hidden>
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



reply via email to

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