]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/alignment-vertical-spacing.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / lsr / alignment-vertical-spacing.ly
index 648dc977ac7c486f6c9ac6e833db8d185317b434..0ba6757cdd6211679e9b9fb4f232e4133acfcc81 100644 (file)
@@ -1,11 +1,13 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: tweaks-and-overrides, paper-and-layout, spacing
-\version "2.11.35"
+\version "2.11.48"
 
-\header { texidoc = "
+\header {
+  lsrtags = "tweaks-and-overrides, paper-and-layout, spacing"
+
+  texidoc = "
 By setting properties in @code{NonMusicalPaperColumn}, vertical spacing
-of alignments can be adjusted per system.
+can be adjusted per system.
 
 
 By setting @code{alignment-extra-space} or
@@ -13,22 +15,24 @@ By setting @code{alignment-extra-space} or
 stretched vertically.
 
 
-For technical reasons, @code{\\overrideProperty} has to be used for
-setting properties on individual objects. @code{\\override} in a
+For technical reasons, @code{\\overrideProperty} must be used for
+changing these properties within a staff; @code{\\override} in a
 @code{\\context} block may still be used for global overrides. 
-" }
-% begin verbatim
+
+"
+  doctitle = "Alignment vertical spacing"
+} % begin verbatim
 #(set-global-staff-size 13)
 
 \relative c''
 \new StaffGroup <<
   \new Staff {
-    c1\break 
-    c\break 
-    c\break
+    c1 \break
+    c1 \break
+    c\break
   }
-  \new Staff { 
-    c1 c c 
+  \new Staff {
+    c1 | c | c
   }
   \new PianoStaff <<
     \new Voice  {
@@ -48,8 +52,6 @@ setting properties on individual objects. @code{\\override} in a
         #'((alignment-extra-space . 15))
       c_"aligment-extra-space"
     }
-    { c1 c c }
+    { c1 | c | c }
   >>
 >>
-
-