]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-functions.scm
Fix #264
[lilypond.git] / scm / music-functions.scm
index 42ea3270953f988596151a0866fb39d35441f5a1..ad55398b0cdef9e9278bb497a819f81f7b5d0dc3 100644 (file)
@@ -921,11 +921,14 @@ use GrandStaff as a context. "
                                   '(Staff (any-octave . 0) (same-octave . 1)
                                           GrandStaff (any-octave . 0) (same-octave . 1))
                                   pcontext))
+      
       ;; do not set localKeySignature when a note alterated differently from
       ;; localKeySignature is found.
       ;; Causes accidentals to be printed at every note instead of
       ;; remembered for the duration of a measure.
-      ;; accidentals not being remembered, causing accidentals always to be typeset relative to the time signature
+      ;; accidentals not being remembered, causing accidentals always to
+      ;; be typeset relative to the time signature
+      
       ((equal? style 'forget)
        (set-accidentals-properties '()
                                   '(Staff (same-octave . -1))