lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DynamicText.X-offset in StaffGroups


From: Thomas Weber
Subject: DynamicText.X-offset in StaffGroups
Date: Sat, 5 May 2018 10:32:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

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
    }
  >>
}

Attachment: 2.19.54.png
Description: PNG image

Attachment: 2.18.2.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]