]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / arpeggio-bracket.ly
index 7d6ef842f75761897ab66e84b1181c059c56133f..4e5f835d3bf88c5caca2f1061ca1d76a57537e86 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.1.30"
+\version "2.16.0"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \notes\relative c''{
-        \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \paper { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+