]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / drarn.ly
index 8d16f8b42098fe9baf8388b7bd1d447da5bcdbf1..c2c154c74a1f916671f7c7a55b69e00fcf070faf 100644 (file)
@@ -1,21 +1,29 @@
 
+\version "2.1.7"
+\header{texidoc="@cindex Drarn
+You can attach slurs and ties to noteheads.
+" }
+
 \score {
-  \context Staff \notes <
-    \time 3/8;
-    \context Voice=one \relative c'' {
+  \context Staff \notes <<
+    
+     \relative c'' {
+\time 3/8       
       \property Voice.Stem \set #'direction = #1
       \property Voice.Tie \set #'direction = #1
       \property Voice.Slur \set #'direction = #1
       \property Voice.Slur \set #'attachment = #'(head . head)
-      c8~c()c  
-    }
-    \context Voice=two \relative c'' {
+      c8~c(c)  
+    }\\
+     \relative c'' {
       \property Voice.Stem \set #'direction = #-1
       \property Voice.Tie \set #'direction = #-1
       \property Voice.Slur \set #'direction = #-1
       \property Voice.Slur \set #'attachment = #'(head . head)
-      a8()a~a  
+      a8(a)~a  
     }
-  >
-  \paper { linewidth = 40*\staffspace; } 
+  >>
+  \paper { linewidth = 40*\staffspace
+               raggedright = ##t } 
 }
+