Hi all, when I compile the below example with 2.18.2, I get the output that I want - the "pp" below the staff is offset as expected. When I compile with 2.19.54, more unnecessary space is created after the barline to avoid that the dynamic crosses below the barline. (See attached images.)
Is this a bug or a feature? It only happens in StaffGroups. This might make sense to avoid barlines within the StaffGroup, but not below the StaffGroup. Best Thomas P.S.: From which git branch can I compile the current state of 2.19? The download links for the compiled binaries are broken: http://lilypond.org/development.html#Download-4 violinIIa = \relative c'' { r16 fis-. fis'-. fis,-. fis'-. r r8 | r4 \once \override DynamicText.X-offset = #-4 \once \override DynamicText.Y-offset = #3 d8\pp^\markup "pizz." r | r4 e8 r | } violinIIb = \relative c'' { r16 fis-. fis'-. fis,-. fis'-. r r8 | \once \override DynamicText.X-offset = #-4 g,2~-.\upbow \pp | g2-. | } \score { << \time 2/4 \new StaffGroup { \new Staff \partcombine \violinIIa \violinIIb } >> }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user