]> git.donarmstrong.com Git - lilypond.git/commitdiff
nitpick: sort properties alphabetically
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:08:14 +0000 (20:08 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:08:14 +0000 (20:08 -0300)
lily/arpeggio.cc

index 6773b846e93afe9d182999c972e4e04b44c2ddd5..5322a46c95fcdeceecb01cbc189f3903269d5a9d 100644 (file)
@@ -174,7 +174,7 @@ ADD_INTERFACE (Arpeggio,
               /* properties */
               "arpeggio-direction "
               "positions "
-              "stems "
               "script-priority " // TODO: make around-note-interface
+              "stems "
               );