Peter <pe...@mainegeek2go.com> writes: > Greetings, > > I would like to input portions of my score in absolute. > How do I turn off \relative?
It is not on by default. If you want to insert music variables into larger relative expressions, you can use the following trick: absmusic = { c' d' e' f' } \relative c' { c' d e \absmusic \transpose c c \absmusic } As you can see, after transposition the music is not considered relative any more. But it might be easier to just end the relative expression and start a new one after including the absolute music. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user