X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fproportional-strict-notespacing.ly;h=db416419a20774237f3ca9b22f117310b5de7a7e;hb=04dc6a025720a3f4930e9cfcd19f17b716ccf478;hp=48b32e01291e8a5d307c01f513c29fb525d9383e;hpb=f96e38fbbbfba9cf4729323beb518a65ae77d562;p=lilypond.git diff --git a/input/lsr/proportional-strict-notespacing.ly b/input/lsr/proportional-strict-notespacing.ly index 48b32e0129..db416419a2 100644 --- a/input/lsr/proportional-strict-notespacing.ly +++ b/input/lsr/proportional-strict-notespacing.ly @@ -1,39 +1,32 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.64" \header { lsrtags = "tweaks-and-overrides, spacing" texidoc = " If @code{strict-note-spacing} is set spacing of notes is not influenced -by bars or clefs part way along the system. Rather, they are put just -before the note that occurs at the same time. This may cause -collisions. +by bars or clefs within a system. Rather, they are placed just before +the note that occurs at the same time. This may cause collisions. " doctitle = "Proportional strict notespacing" } % begin verbatim + \paper { ragged-right = ##t - indent = 0 -} -\layout { - \context { - \Score - } } \relative c'' << \override Score.SpacingSpanner #'strict-note-spacing = ##t \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) \new Staff { - c8[ c \clef alto c c \grace { d16 } c8 c] c4 c2 - \grace { c16[ c16] } - c2 } + c8[ c \clef alto c c \grace { d16 } c8 c] c4 + c2 \grace { c16[ c16] } c2 + } \new Staff { - c2 \times 2/3 { c8 \clef bass cis,, c } - c4 + c2 \times 2/3 { c8 \clef bass cis,, c } c4 c1 } >>