]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/proportional-strict-notespacing.ly
6d6746ca32c5ddf283cbaffad74a9418abb759d2
[lilypond.git] / input / lsr / proportional-strict-notespacing.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.48"
4
5 \header {
6   lsrtags = "tweaks-and-overrides, spacing"
7
8   texidoc = "
9 If @code{strict-note-spacing} is set spacing of notes is not influenced
10 by bars or clefs part way along the system. Rather, they are put just
11 before the note that occurs at the same time. This may cause
12 collisions. 
13
14 "
15   doctitle = "Proportional strict notespacing"
16 } % begin verbatim
17 \paper {
18   ragged-right = ##t
19   indent = 0
20 }
21 \layout {
22   \context {
23     \Score
24   }
25 }
26
27 \relative c'' <<
28   \override Score.SpacingSpanner #'strict-note-spacing = ##t 
29   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
30   \new Staff {
31     c8[ c \clef alto c c \grace { d16 }  c8 c]  c4 c2
32     \grace { c16[ c16] }
33     c2 }
34   \new Staff {
35     c2  \times 2/3 { c8 \clef bass cis,, c } 
36     c4
37     c1
38   }
39 >>