]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/vertically-centered-dynamics-and-textscripts.ly
Remove @bullet in NR 1.8
[lilypond.git] / input / lsr / vertically-centered-dynamics-and-textscripts.ly
index 6923de54c2016f4ffaaaf7dfb9046c349a412a49..a4f4fab4f475ecfe4de66f0386aa32a0ecad1d6d 100644 (file)
@@ -1,10 +1,11 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.48"
 
 \header {
   lsrtags = "tweaks-and-overrides, spacing"
- texidoc = "
+
+  texidoc = "
 By setting the @code{Y-extent} property to a fixed value, all
 @code{DynamicLineSpanner} objects (hairpins and dynamic texts) are
 aligned to a common reference point, regardless of their actual extent.
@@ -13,10 +14,12 @@ This way, every element will be vertically centered, for a nicer output
 trick is only applied on the second line).
 
 The same idea is used to align the text scripts along their baseline.
-" }
-% begin verbatim
+
+"
+  doctitle = "Vertically centered dynamics and textscripts"
+} % begin verbatim
 music = \relative c'' {
-  c2\p^\markup { "gorgeous" } c\f^\markup { "fantastic" }
+  c2\p^\markup { gorgeous } c\f^\markup { fantastic }
   c4\p c\f\> c c\!\p
 }