]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
Fix 763 Fretboards don't transpose properly
[lilypond.git] / input / regression / arpeggio-bracket.ly
index 8eb7c2c50530173e19525276e22f9815a8a73af9..3446871a6520325913bfb517df907ebfd631c134 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.6.0"
+\version "2.12.0"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \relative c''{
-        \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \layout { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+