]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
Update incipit snippets
[lilypond.git] / Documentation / snippets / vertically-aligning-dynamics-across-multiple-notes.ly
index a6fd2906b8425a96a681ef63faf82546f456c705..4c057c099891ab93225a7a844bbbe8059d878541 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks"
@@ -19,9 +19,8 @@ of the @code{DynamicLineSpanner} object.
   doctitle = "Vertically aligning dynamics across multiple notes"
 } % begin verbatim
 
-
 \relative c' {
-  \override DynamicLineSpanner #'staff-padding = #4
+  \override DynamicLineSpanner.staff-padding = #4
   c2\p f\mf
   g2\< b4\> c\!
 }