]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/guile-state.ly
release: 1.3.118
[lilypond.git] / input / bugs / guile-state.ly
index 2ca522dd5a2a1d9649a6223ceac0e794b35a4955..5295650d3e1e56ed04178d0d72fbe99cdf721a25 100644 (file)
@@ -1,11 +1,11 @@
 \header{
-texidoc="Real header: the slurBeginAttachment setting still lives in the
+texidoc=3D"Real header: the slurBeginAttachment setting still lives in the
 second example, breaking the cross staff broken slur.
 ";
 }
-       
+=09
 \header{
-texidoc="
+texidoc=3D"
 Slurs can be forced to always attach to note heads.
 ";
 }
@@ -13,19 +13,19 @@ Slurs can be forced to always attach to note heads.
 
 \score{
        \notes \relative c''{
-               \property Voice.VerticalDirection = #1
-               \property Voice.slurBeginAttachment = #'head
-               \property Voice.slurEndAttachment = #'head
+               \property Voice.VerticalDirection =3D #1
+               \property Voice.slurBeginAttachment =3D #'head
+               \property Voice.slurEndAttachment =3D #'head
                g16()g()g()g()d'()d()d()d
        }
        \paper{
-               indent = 0.0;
-               linewidth = 60.0\mm;
+               indent =3D 0.0;
+               linewidth =3D 60.0\mm;
        }
 }
-       
+=09
 \header{
-texidoc="
+texidoc=3D"
 The same goes for slurs. They behave decently when broken across
 linebreak.
 ";
@@ -33,45 +33,45 @@ linebreak.
 
 \score{
        \context PianoStaff <
-       \context Staff=one \notes\relative c'{
+       \context Staff=3Done \notes\relative c'{
 %{
                \stemUp \slurUp
-                c4( c \translator Staff=two c )c |
-               \translator Staff=one
+                c4( c \translator Staff=3Dtwo c )c |
+               \translator Staff=3Done
                \stemUp \slurUp
-                c4( c \translator Staff=two c )c |
+                c4( c \translator Staff=3Dtwo c )c |
                \stemUp \slurUp
-                c4( c \translator Staff=one c )c |
-               \translator Staff=two
+                c4( c \translator Staff=3Done c )c |
+               \translator Staff=3Dtwo
                \stemUp \slurUp
-                c4( c \translator Staff=one c )c |
-               \translator Staff=two
+                c4( c \translator Staff=3Done c )c |
+               \translator Staff=3Dtwo
                \stemUp \slurUp
-                c4( \translator Staff=one c c )c |
+                c4( \translator Staff=3Done c c )c |
 %}
                r2
-               \translator Staff=two
+               \translator Staff=3Dtwo
                \stemUp \slurUp
-                c4( \translator Staff=one c
+                c4( \translator Staff=3Done c
                   \break
                c )c
                r2
 
 %{
                \stemDown \slurDown
-                d4( \translator Staff=two c c \translator Staff=one )d
-               \translator Staff=two
+                d4( \translator Staff=3Dtwo c c \translator Staff=3Done )d
+               \translator Staff=3Dtwo
                \stemUp \slurUp
-                c4( \translator Staff=one c c \translator Staff=two )c
+                c4( \translator Staff=3Done c c \translator Staff=3Dtwo )c
                r1
 %}
        }
-       \context Staff=two \notes\relative c'{
+       \context Staff=3Dtwo \notes\relative c'{
                \clef bass;
                s1 s1 %s1 s1 s1 s1 s1 s1 s1 s1
        }
        >
-       \paper { indent = 0.; linewidth = 40.*\staffspace; }
+       \paper { indent =3D 0.; linewidth =3D 40.*\staffspace; }
 }
 
-\version "1.3.110"; 
+\version "1.3.110";=20