lilypond-user
[Top][All Lists]
Advanced

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

Re: Reduce vertical space between \score's?


From: Janek Warchoł
Subject: Re: Reduce vertical space between \score's?
Date: Sat, 9 Aug 2014 15:48:52 +0200

2014-08-08 19:44 GMT+02:00 PMA <address@hidden>:
> P.S.  I should ask alternatively: Is there a way that
> "proportionalNotationDuration...make-moment..."
> can be reset _per system_ (assuming now a multi-
> system \score)?

As Abraham wrote, you should use \newSpacingSection:

\score {
  <<
    \new RhythmicStaff {
      \set Score.proportionalNotationDuration = #(ly:make-moment 1/20)
      c2 16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }
      \newSpacingSection
      \set Score.proportionalNotationDuration = #(ly:make-moment 1/30)
      c2 16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }
    }
  >>
}

hth,
Janek



reply via email to

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