]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-scheme.cc
Run fixcc.py with astyle 2.02.
[lilypond.git] / lily / pitch-scheme.cc
index f4231f06859ed305a70a6bdc73d2e0fabb3f6337..0433325523d9c9dbf4e20c9993fed55ee6308043 100644 (file)
@@ -105,7 +105,7 @@ LY_DEFINE (ly_pitch_notename, "ly:pitch-notename",
 }
 
 LY_DEFINE (ly_pitch_tones, "ly:pitch-tones",
-          1, 0, 0, (SCM pp),
+           1, 0, 0, (SCM pp),
            "Calculate the number of tones of@tie{}@var{pp} from"
            " middle@tie{}C as a rational number.")
 {
@@ -113,7 +113,6 @@ LY_DEFINE (ly_pitch_tones, "ly:pitch-tones",
   return ly_rational2scm (unsmob_pitch (pp)->tone_pitch ());
 }
 
-
 LY_DEFINE (ly_pitch_quartertones, "ly:pitch-quartertones",
            1, 0, 0, (SCM pp),
            "Calculate the number of quarter tones of@tie{}@var{pp} from"