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
  >>
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to