]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-manual.ly
*** empty log message ***
[lilypond.git] / input / test / slur-manual.ly
index cf84ae8278f2d5a6be07fe2012664edaed38d743..cfa0832e3a8bbd1f54cfa3eb4b6f5c963c25bc23 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.30"
+\version "2.4.0"
 \header {
 
 
     }
 
 \score {
-    \notes \new PianoStaff
+     \new PianoStaff
     <<
-       \context Staff = up {
+       \context Staff = "up" {
            \clef bass
            s1 * 4
        } 
-       \context Staff = down \relative c <<
+       \context Staff = "down" \relative c <<
            s1*4
            {
            \clef bass
            r4 r8
-           \once\override Slur  #'extra-offset = #'(0 . -8)
+           \once\override Slur  #'extra-offset = #'(0 . 6)
            \once\override Slur  #'control-points =
            #'((0 . -4) (2 . 0) (60 . 0) (63 . 4))
            c8( as' f c' as
@@ -38,6 +38,6 @@
            f' c as' f c'4)
        }>>
     >>
-    \paper { raggedright = ##t }
+    \layout {  }
 }