]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-follow-music.ly
Renamed file.
[lilypond.git] / input / test / slur-follow-music.ly
index 8ab3ce8c316d23fd0fbb1636c5f0cd35a4ba555c..68d37dc286ad3c807c99402f45a5432bcf8119ec 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.3.110";
+\version "1.7.18"
+
 \score { 
   \context Voice \notes\relative c {
     % CASE 3
-       d''4 ( ) b a ( ) e' \break
-       g,( \stemDown ) b \stemBoth c ( ) f, \break
+       d''4 (  b-) a (  e'-) \break
+       g,( \stemDown  b-) \stemBoth c (  f,-) \break
        
        % no adjusting...
-       \stemUp [d'8 ( b a] \stemBoth ) e' \break
-       \stemUp [g,8 ( b d] \stemBoth ) c \break
+       \stemUp  d'8-[ ( b a] \stemBoth  e'-) \break
+       \stemUp  g,8-[ ( b d] \stemBoth  c-) \break
        
        % still ugly
-       g4 ( b d ) c \break
+       g4 ( b d  c-) \break
        
        %TIES
        d ~ b a ~ e' \break
@@ -19,7 +20,8 @@
        
   }
   \paper {
-    linewidth=-1.0;
+    raggedright = ##t
   }  
   \midi { }
 }
+%% new-chords-done %%