]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/proportional-strict-notespacing.ly
Merge master into nested-bookparts
[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.62"
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 within a system. Rather, they are placed just before
11 the note that occurs at the same time. This may cause collisions. 
12
13 "
14   doctitle = "Proportional strict notespacing"
15 } % begin verbatim
16 \paper {
17   ragged-right = ##t
18 }
19
20 \relative c'' <<
21   \override Score.SpacingSpanner #'strict-note-spacing = ##t 
22   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
23   \new Staff {
24     c8[ c \clef alto c c \grace { d16 } c8 c] c4
25     c2 \grace { c16[ c16] } c2
26   }
27   \new Staff {
28     c2 \times 2/3 { c8 \clef bass cis,, c } c4
29     c1
30   }
31 >>