Status: Accepted
Owner: ----
Labels: Type-Other Priority-Low
New issue 1561 by brownian.box: emacs stuff: indent problem
http://code.google.com/p/lilypond/issues/detail?id=1561
Reported by David Bobroff,
http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00159.html :
%---------------8<-------------------
In this example the indentation is off. The second last '}' should be
indented. The '--->' causes this. With just '--' or '->' the indentation
works fine.
+Also, with '--->' emacs complains of "mismatched parentheses" when the
final '}' is entered. All indentation following '--->' is disrupted.
Using '->--'
+instead avoids the indentation/parenttheses mismatch problem but then
stacks the tenuto and accent in the opposite order (not what I want).
-David
%%%%%%%%%%%
version "2.12.3"
\score {
\relative c' {
c4--->
}
}
%%%%%%%%%%%
%---------------8<-------------------
See the thread for more.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond