]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamed-chord.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / beamed-chord.ly
index 77e9b18b4930831a8ec57e4a59f6ec3c57252574..48f427ae7e2cd536ea7e1eb9e549f29ab1874fbb 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "2.1.22"
 
 \header{
 texidoc = "Hairy case for beam, chord, and automatic knees."
@@ -7,12 +8,14 @@ texidoc = "Hairy case for beam, chord, and automatic knees."
 %be fixed by uncommenting \stemUp"
 }
 
+\paper { raggedright= ##t }
+
+
 \score{
   \notes\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 |
   }
 }
-%% new-chords-done %%
\ No newline at end of file