lilypond-user
[Top][All Lists]
Advanced

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

Re: Globally disable transposition


From: Jim Long
Subject: Re: Globally disable transposition
Date: Sun, 3 Nov 2013 15:05:49 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Nov 03, 2013 at 04:18:27PM +0100, Joseph Rushton Wakeling wrote:
> 
> Is there a quick and easy way of disabling transposition (i.e. the effects of 
> both \transpose and \transposition commands) for an entire Staff, StaffGroup 
> or 
> Score?

I'm not sure that this suggestion meets any of your criteria
(especially \transposition), but:

\version "2.17.26"

music = \new Staff \relative e' { e b' g b, e1 }

unTmusic = \withMusicProperty #'untransposable ##t \music

\score {
  <<
    \transpose e f \music
    \transpose e f \unTmusic
  >>
}




reply via email to

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