bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2024 in lilypond: Patch: Let #{ ... #} pass its $ handling to


From: lilypond
Subject: Re: Issue 2024 in lilypond: Patch: Let #{ ... #} pass its $ handling to environment cloning
Date: Tue, 08 Nov 2011 22:32:07 +0000


Comment #11 on issue 2024 by address@hidden: 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...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]