]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Sep 2004 22:01:24 +0000 (22:01 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Sep 2004 22:01:24 +0000 (22:01 +0000)
input/regression/text-spanner.ly
input/test/text-spanner.ly

index c38756d366da866192c8582e8aa27e4962ed04d5..9a7537193d2f983c28a6bd7c79c0051f2990e653 100644 (file)
@@ -1,18 +1,16 @@
 
 \version "2.3.17"
 \header {
-texidoc= "Text spanners should not repeat start text when broken."
+    texidoc= "Text spanners should not repeat start text when broken."
+}
+\paper {
+    raggedright = ##t 
 }
 
-\score {
-   \relative c'' {
+\relative c'' {
     \set crescendoText = #"cresc."
     \set crescendoSpanner = #'dashed-line
     c1\< c \break
     c1 c\! \break
-    }
-  \paper {
-    linewidth = 40*\staffspace
-  }
 }
 
index 60c4554c87836050c3cddb8db316aa2c964b1e99..5d6dfeed862aea7b956229413dc727682035646b 100644 (file)
@@ -5,39 +5,37 @@
 Text spanners can be used in the similar manner than markings for pedals
 or octavation.
 "
-}
-
-\score{
-    \relative c''{
-        \override TextSpanner  #'edge-text = #'("bla" . "blu")
-        a \startTextSpan
-       b c 
-        a \stopTextSpan
-
-        \override TextSpanner  #'dash-period = #2
-        \override TextSpanner  #'dash-fraction = #0.0
-        a \startTextSpan
-       b c 
-        a \stopTextSpan
-
-        \revert TextSpanner #'style
-        \override TextSpanner  #'style = #'dashed-line
-        \override TextSpanner  #'edge-height = #'(1 . -2)
-        a \startTextSpan
-       b c 
-        a \stopTextSpan
-
-
-        \set Staff.middleCPosition = #-13
-
-        \override TextSpanner  #'dash-period = #10
-        \override TextSpanner  #'dash-fraction = #.5
-        \override TextSpanner  #'thickness = #10
-        a \startTextSpan
-       b c 
-        a \stopTextSpan
-        \set Staff.middleCPosition = #-6       
-    }
-       \paper{ raggedright = ##t}
+      }
+\paper{ raggedright = ##t}
+
+\relative c''{
+    \override TextSpanner  #'edge-text = #'("bla" . "blu")
+    a \startTextSpan
+    b c 
+    a \stopTextSpan
+
+    \override TextSpanner  #'dash-period = #2
+    \override TextSpanner  #'dash-fraction = #0.0
+    a \startTextSpan
+    b c 
+    a \stopTextSpan
+
+    \revert TextSpanner #'style
+    \override TextSpanner  #'style = #'dashed-line
+    \override TextSpanner  #'edge-height = #'(1 . -2)
+    a \startTextSpan
+    b c 
+    a \stopTextSpan
+
+
+    \set Staff.middleCPosition = #-13
+
+    \override TextSpanner  #'dash-period = #10
+    \override TextSpanner  #'dash-fraction = #.5
+    \override TextSpanner  #'thickness = #10
+    a \startTextSpan
+    b c 
+    a \stopTextSpan
+    \set Staff.middleCPosition = #-6   
 }