]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3777: Code improvements in satb.ly
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 7 Mar 2015 22:45:00 +0000 (22:45 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Thu, 12 Mar 2015 15:26:48 +0000 (15:26 +0000)
commit7225065e1958c770f4e450ebc6f32366afd78a83
treec387f7d9eacb3533e97397cbddee8cb64c0b9742
parent1244656c3b2d852f29bd75007469e1b1ed0b616f
Issue 3777: Code improvements in satb.ly

  Comment out the \version statement to ensure
  users still are warned if they omit their own
  \version statement

  Add prefix to macro and function names to avoid
  potential clashes with user names

  Return *unspecified* if macros are called with
  an undefined argument rather than #{#}

  Remove unnecessary use of "identity"

  Use "and" rather than "if" when false condition
  would return #f

  Convert tabs to spaces

  Use $ rather than # in \layout
ly/satb.ly