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