Re: setting font size affects previous breathe

2017-02-28 Thread Simon Albrecht

Am 28.02.2017 um 13:31 schrieb Maarten Hijzelendoorn:

Changing the font size after a breathe, also changes the size of the breathe
symbol, which is wrong (when things are processed linearly).


Things aren’t processed linearly. Rather, the \set command takes effect 
at the same _timestep_ at which the breathing-event happens, so it’s 
already taken into account independently of the order in the source 
code. If you want the breathing sign to have the previous font-size, you 
need to use \once\override BreathingSign.font-size = 6 (or similar).


Best, Simon

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


setting font size affects previous breathe

2017-02-28 Thread Maarten Hijzelendoorn
Dear Lilypond team,

 

Changing the font size after a breathe, also changes the size of the breathe
symbol, which is wrong (when things are processed linearly). 

Please find enclosed the details.

 

Best,

Maarten Hijzelendoorn

The Netherlands

 



bug_breathe_fontsize.pdf
Description: Adobe PDF document
\version "2.18.2"
\relative c' {
	a b \breathe 
	c d \breathe	% the breathe symbol should not be set in the small font, but it is
	\set fontSize = #-6
	e f \breathe	% the breathe symbol should not be set in the normal font, but it is
	\set fontSize = 0 
	g a
}___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond