]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/new-slur.ly
* lily/translator.cc (derived_mark): new function.
[lilypond.git] / input / regression / new-slur.ly
index 0b3d93cf42d74e62b281a58c12936888bc2e16c8..8b62ec99c4f46ea51a29c83ee752e112082bfd38 100644 (file)
@@ -6,6 +6,7 @@
 \version "2.3.7"
 \paper {
     raggedright = ##t
+%    #(define debug-slur-scoring #t)
 }
 
 %% help lilypond-book
     e4( dis4)
     e4( dis4) 
     g='16( b d fis)
-    \clef bass a=8[ e16(f] g[ a bes d,)] |
+    \clef bass a=8[ e16(f] g[ a bes d,)]  s4 | \break
+    
+    \clef treble
+    \relative c'' {
+       \slurDown f2( d4 f | g c a f | d c f2 | f1) |
+    }
+
 }