Comment #11 on issue 2024 by reinhold...@gmail.com: Patch: Let #{ ... #} pass its $ handling to environment cloning
http://code.google.com/p/lilypond/issues/detail?id=2024

Hmm, most of the diffs is just due to different snippet hashes, which should actually not count as a diff any more (apparently my fix doesn't work in all cases...).

However, there is one relevant issue:
input/regression/display-lily-tests.log:
@@ -7,6 +7,9 @@
 out = { \grace { { s1*0(  \override Flag #'stroke-style = #"grace"
       } c8 { \revert Flag #'stroke-style
       s1*0)  } } d2 }
+Test 99 unequal: .
+in  = $(set-time-signature 5 8 '(3 2))
+out = #(set-time-signature 5 8 '(3 2))
 Interpreting music... Test 105 unequal: NOT A BUG.
 in  = \relative c' { c b }
 out = { c'4 b }

This shows that display-lily-music does NOT properly create scheme code yet with the $ syntax, but instead still creates expressions with the old # syntax...


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to