X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fproportional-strict-notespacing.ly;h=dff19e4099ee5e0071dae7b68cc0eeaa8efbd110;hb=da12a3eb8e07ec4e910ead9f39f477920251190a;hp=952e6dfe1b1f629466747accb792b7955f2ca9b2;hpb=41933f2bb53d0fe28422212e1673fef536b1cead;p=lilypond.git diff --git a/input/lsr/proportional-strict-notespacing.ly b/input/lsr/proportional-strict-notespacing.ly index 952e6dfe1b..dff19e4099 100644 --- a/input/lsr/proportional-strict-notespacing.ly +++ b/input/lsr/proportional-strict-notespacing.ly @@ -1,39 +1,31 @@ %% 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.46" +\version "2.11.48" \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 } >>