]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-functions.scm
Fix #264
[lilypond.git] / scm / music-functions.scm
index c4bfa93d18afb11f0c915049a8628745dde136f3..681c2c7b082bcc6719601d03f054e9f72aeaab50 100644 (file)
@@ -920,11 +920,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))