lilypond-user
[Top][All Lists]
Advanced

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

Re: Reverting strict-grace-spacing


From: Noeck
Subject: Re: Reverting strict-grace-spacing
Date: Sun, 06 Oct 2013 21:34:04 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0


Am 06.10.2013 21:18, schrieb EdBeesley:
>  
> dak wrote
>> They should if done correctly.  Example?
>>
>> -- 
>> David Kastrup
> 
> \score {
>   \new Staff \relative c' { \key des \major
>     \override Score.SpacingSpanner #'strict-grace-spacing = ##t
>      r8 \grace{\stemUp f'   [ c ges  ]  } \stemNeutral bes,16 \f f'->  a,
> des'->  a, c'->  aes, ees'->  aes, des->  ges, bes'->  ges, c->
>      \override Score.SpacingSpanner #'strict-grace-spacing = ##f
>      \revert Score.SpacingSpanner #'strict-grace-spacing
>      f8->  \f \grace{\stemUp f'  [ c ges  ]  } \stemNeutral bes,16 f'->  a,
> des'->  a, c'->  aes, ees'->  aes, des->  ges, bes'->  ges, c-> 
>   }
> }
> 
> I get the same (lack of) result with either line commented out 


I can confirm this in another snippet (from the manual):

\relative c'' {
  <<
    \override Score.SpacingSpanner.strict-grace-spacing = ##t
    \new Staff \new Voice {
      \afterGrace c4 { c16[ c8 c16] }
      % changing settings here has no effect
      c8[ \grace { b16[ d] } c8]
      c4 r
    }
    \new Staff {
      c16 c c c c c c c c4 r
    }
  >>
}

It only changes the behaviour if it is set outside the Voice context (?)
which is before the Staff creation here. Can it be set only once per Score?

Cheers,
Joram



reply via email to

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