]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/making-slurs-with-complex-dash-structure.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / new / making-slurs-with-complex-dash-structure.ly
index fd41dd7c9bd0597b22be170e59066f61bac3a5db..e2d1b8cff7b09e06d960bb6c239291a606594135 100644 (file)
@@ -1,6 +1,7 @@
 \version "2.13.1"
 
-\header{
+\header {
+  lsrtags = "rhythms, expressive-marks"
   texidoc = "
 Slurs can be made with complex dash patterns by defining
 the @code{dash-definition} property.  @code{dash-definition}
@@ -22,16 +23,14 @@ set to 1 for a solid slur.
 }
 
 \relative c' {
-  \once \override 
+  \once \override
     Slur #'dash-definition = #'((0 0.3 0.1 0.75)
                                 (0.3 0.6 1 1)
                                 (0.65 1.0 0.4 0.75))
   c( d e f)
-  \once \override 
+  \once \override
     Slur #'dash-definition = #'((0 0.25 1 1)
                                 (0.3 0.7 0.4 0.75)
                                 (0.75 1.0 1 1))
   c( d e f)
 }
-
-