]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / vertically-aligning-dynamics-across-multiple-notes.ly
index a6fd2906b8425a96a681ef63faf82546f456c705..0adb0dec41def52b13ff6e762b25842cf82ed534 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks"
@@ -21,7 +21,7 @@ of the @code{DynamicLineSpanner} object.
 
 
 \relative c' {
-  \override DynamicLineSpanner #'staff-padding = #4
+  \override DynamicLineSpanner.staff-padding = #4
   c2\p f\mf
   g2\< b4\> c\!
 }