]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/proportional-strict-notespacing.ly
LSR: Update.
[lilypond.git] / input / lsr / proportional-strict-notespacing.ly
index 6d6746ca32c5ddf283cbaffad74a9418abb759d2..dff19e4099ee5e0071dae7b68cc0eeaa8efbd110 100644 (file)
@@ -7,33 +7,25 @@
 
   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
   }
 >>