X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fproportional-strict-notespacing.ly;h=ee22d09a5fd6b85ff402ef95d1f7025763c3aa21;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=f36fe10d8b595bc1913d3b75f50e25382fd492f3;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/proportional-strict-notespacing.ly b/Documentation/snippets/proportional-strict-notespacing.ly index f36fe10d8b..ee22d09a5f 100644 --- a/Documentation/snippets/proportional-strict-notespacing.ly +++ b/Documentation/snippets/proportional-strict-notespacing.ly @@ -1,22 +1,26 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.4" +\version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, spacing" + lsrtags = "spacing, tweaks-and-overrides" texidoc = " If @code{strict-note-spacing} is set spacing of notes is not influenced 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. +the note that occurs at the same time. This may cause collisions. " doctitle = "Proportional strict notespacing" } % begin verbatim + \relative c'' << - \override Score.SpacingSpanner #'strict-note-spacing = ##t + \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 @@ -27,4 +31,3 @@ the note that occurs at the same time. This may cause collisions. c1 } >> -