bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1416 in lilypond: Point-and-click URIs for embedded LilyPond expre


From: lilypond
Subject: Issue 1416 in lilypond: Point-and-click URIs for embedded LilyPond expressions are malformed
Date: Fri, 19 Nov 2010 20:37:15 +0000

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
}
%%%




reply via email to

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