]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
Doc-es: various updates.
[lilypond.git] / Documentation / snippets / setting-the-minimum-length-of-hairpins.ly
index 1dbb4187119353211ecd890df5d8ea8cf4452068..56430babee7021b6e5e6893f0789a74b1a292b25 100644 (file)
@@ -17,9 +17,9 @@ If hairpins are too short, they can be lengthened by modifying the
   doctitle = "Setting the minimum length of hairpins"
 } % begin verbatim
 
-
 \relative c'' {
   c4\< c\! d\> e\!
+  << f1 { s4 s\< s\> s\! } >>
   \override Hairpin.minimum-length = #5
   << f1 { s4 s\< s\> s\! } >>
 }