lilypond-user
[Top][All Lists]
Advanced

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

Re: DynamicText.X-offset in StaffGroups


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

Am 05.05.2018 um 11:23 schrieb Malte Meyn:
> • or \override DynamicText.extra-spacing-width = #empty-interval for the 
> lowest Staff in a StaffGroup. 


That is very useful to know!  Also when the dynamics would actually cross a 
barline in combination with whiteout:

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
  \once \override DynamicText.extra-spacing-width = #empty-interval
  \once \override DynamicText.whiteout = ##t
  g,2~-.\upbow \pp |
  g2-. |
}

\score {
  <<
    \time 2/4
    \new StaffGroup <<
      \new Staff \partcombine \violinIIa \violinIIb
      \new Staff \partcombine \violinIIa \violinIIb
    >>
  >>
}




reply via email to

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