]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamed-chord.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / beamed-chord.ly
index f1836d2a640f54573afddd2159de73573e38c6ea..a98e54d5bd3203dd8d0b384f4a0188d05bf127aa 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.3.148"
+
+\version "2.3.4"
 
 \header{
 texidoc = "Hairy case for beam, chord, and automatic knees."
@@ -7,11 +8,14 @@ texidoc = "Hairy case for beam, chord, and automatic knees."
 %be fixed by uncommenting \stemUp"
 }
 
+\paper { raggedright= ##t }
+
+
 \score{
-  \notes\relative c'{
+  \relative c'{
     %\stemUp
     \clef alto
     \time 3/4
-    r8 <d ( bes > ) bes' d <e-> g, c, c,> r |
+    r8 <d  bes >( bes') d <e g, c, c,>-> r |
   }
 }