Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1416 by pnorcks: Point-and-click URIs for embedded LilyPond expressions are malformed
http://code.google.com/p/lilypond/issues/detail?id=1416

Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-11/msg00255.html

The snippet below produces a textedit URI that looks like

  textedit:///home/pnorcks/<string>:1:33:33

<string> should be the file name, and the row/column/offset information should be accurate.

%%%
\version "2.13.39" % also for 2.12.3 and 2.10.33

music =
#(define-music-function (parser location) ()
   #{ c1 #})

\relative c' {
  \music
}
%%%


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to