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