]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/song.scm
Use Emacs comment convention (";; " instead of ";") in several files
[lilypond.git] / scm / song.scm
index 35b7f2f6fa96da500336ea85d656dedfd4f8bea2..21cff9cfeddcd439772bbb6e8b27fe264d4f5532 100644 (file)
   )
 
 (defstruct score-notes
-  note/rest-list ; list of note and rest instances
-  (verse-block-list '()) ; lyrics attached to notes -- multiple elements are
-                         ; possible for multiple stanzas
+  note/rest-list                        ; list of note and rest instances
+  (verse-block-list '())                ; lyrics attached to notes -- multiple
+                                        ; elements are possible for
+                                        ; multiple stanzas
   )
 
 (defstruct note