Few months ago I switched from relative to absolute octave entry.

In the rare cases I need to write very high or very low octave notes and
consequently I need to write too much single quote ( ' ) or comma ( , ) I
use the "\fixed" function that I just discovered (before I was using
"\transpose")
\fixed works perfectly but it adds a further bracket level. Is there any
way to avoid this additional bracket? For example instead of writing:

\fixed c''' %all the music INSIDE the brackets is relative to c'''
{

c d e f

}

\fixed c,,, %all the music INSIDE the brackets is relative to c,,,
{

c d e f

}


just write

\fixed c'''  %all the music STARTING FROM here is relative to c'''
c d e f

\fixed c,,,  %all the music STARTING FROM here is relative to c'''
c d e f


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

Reply via email to