]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / arpeggio-bracket.ly
index 7261880a3b8cb44034aa0df8a34d3343074e40cb..fd5038ec964ef18a6c1e67298e63c40864076999 100644 (file)
@@ -1,6 +1,6 @@
 
 
-\version "2.1.36"
+\version "2.4.0"
 \header{
 texidoc="
 A square bracket on the left indicates that the player should not
@@ -9,12 +9,12 @@ arpeggiate the chord.
 }
 
 \score{
-     \notes\relative c''{
+     \relative c''{
         \arpeggioBracket
         
         <fis,  d a >\arpeggio
         }
      
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 }