Next: Clusters, Previous: Time administration, Up: Contemporary notation
TODO: remove all this stuff?
Notes can be spaced proportionally to their time-difference by
assigning a duration to proportionalNotationDuration
<< \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) \new Staff { c8[ c c c c c] c4 c2 r2 } \new Staff { c2 \times 2/3 { c8 c c } c4 c1 } >>
Setting this property only affects the ideal spacing between consecutive notes. For true proportional notation, the following settings are also required.
strict-note-spacing
property to
#t
in SpacingSpanner grob.
uniform-stretching
in SpacingSpanner to true.
Examples: spacing/proportional-spacing.ly , spacing/proportional-strict-grace-notes.ly , and spacing/proportional-strict-notespacing.ly
An example of strict proportional notation is in the
example file input/proportional.ly.
Next: Clusters, Previous: Time administration, Up: Contemporary notation
Diese Seite ist für LilyPond-2.11.28 (Entwicklungszweig).
Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.
Your suggestions for the documentation are welcome.