lilypond-devel
[Top][All Lists]
Advanced

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

[bug] spacing-spanner properties


From: Juergen Reuter
Subject: [bug] spacing-spanner properties
Date: Fri, 18 Nov 2005 23:15:09 +0100 (CET)


As of current CVS, tuning grob SpacingSpanner's properties shortest-duration-space and spacing-increment gives weird results for horizontal spacing. For example, with the below ly file, the first two lines are widely spaced, while the remaining lines are tightly packed.

Greetings,
Juergen

\version "2.7.17"

\score {
  \transpose c c' {
    c1 d e f g a b a g f e d
    c d e f g a b a g f e d
    c d e f g a b a g f e d
    c d e f g a b a g f e d
    c d e f g a b a g f e d
    c d e f g a b a g f e d
  }
}


\layout {
  \context {
    \Score
    timing = ##f
    barAlways = ##t
    \override SpacingSpanner #'shortest-duration-space = #9
    \override SpacingSpanner #'spacing-increment = #9
  }
  indent = 0
}

Attachment: spacing-spanner.png
Description: PNG image


reply via email to

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