]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / setting-the-minimum-length-of-hairpins.ly
index dea361c49cbfdff667664b826d236bf709277c9f..56430babee7021b6e5e6893f0789a74b1a292b25 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.17.6"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks"
@@ -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\! } >>
 }