This is either a bug, or a subtlety that I'm not understanding; clarification on either would be appreciated.
 
If you look at the output, notice that the markup is only correctly right-aligned when I use \override instead of \once \override.
 
I'm not really sure to do; I'm currently using \override, then \revert afterwards, but it doesn't feel like it should work as such.
 
Thanks,
Stewart
\version "2.8.0"

\relative
{
	\time 4/4

	\repeat volta 2
	{
		\once \override Score.RehearsalMark #'self-alignment-X = #right 
		a1 \mark \markup { "Markup" }  |
	  
	}
	\alternative
	{
		{
			a |
		}
		{
			a |
		}
	}
	
	\break
	
	\repeat volta 2
	{
		\override Score.RehearsalMark #'self-alignment-X = #right
		a \mark \markup { "Markup" }  |
	}
	\alternative
	{
		{
			a |
		}
		{
			a |
		}
	}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to